menu
kubernetes package
documentation
io_k8s_kube__aggregator_pkg_apis_apiregistration_v1.dart
ServiceReference
ServiceReference const constructor
ServiceReference const constructor
dark_mode
light_mode
ServiceReference
constructor
const
ServiceReference
(
{
String
?
name
,
String
?
namespace
,
int
?
port
,
})
Default constructor.
Implementation
const ServiceReference({ this.name, this.namespace, this.port, });
kubernetes package
documentation
io_k8s_kube__aggregator_pkg_apis_apiregistration_v1
ServiceReference
ServiceReference const constructor
ServiceReference class