Uses of Class
io.fabric8.kubernetes.api.model.ServiceReference
-
Packages that use ServiceReference Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServiceReference in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServiceReference Modifier and Type Method Description ServiceReference
ServiceReferenceBuilder. build()
ServiceReference
APIServiceSpecFluent. buildService()
ServiceReference
APIServiceSpecFluentImpl. buildService()
ServiceReference
APIServiceSpec. getService()
ServiceReference
APIServiceSpecFluent. getService()
Deprecated.ServiceReference
APIServiceSpecFluentImpl. getService()
Deprecated.Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceReference Constructor Description APIServiceSpec(String caBundle, String group, Integer groupPriorityMinimum, Boolean insecureSkipTLSVerify, ServiceReference service, String version, Integer versionPriority)
ServiceReferenceBuilder(ServiceReference instance)
ServiceReferenceBuilder(ServiceReferenceFluent<?> fluent, ServiceReference instance)
ServiceReferenceBuilder(ServiceReferenceFluent<?> fluent, ServiceReference instance, Boolean validationEnabled)
ServiceReferenceBuilder(ServiceReference instance, Boolean validationEnabled)
ServiceReferenceFluentImpl(ServiceReference instance)
-