Uses of Class
io.fabric8.kubernetes.api.model.ServiceSpec
-
Packages that use ServiceSpec Package Description io.fabric8.kubernetes.api.model -
-
Uses of ServiceSpec in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ServiceSpec Modifier and Type Method Description ServiceSpecServiceSpecBuilder. build()ServiceSpecServiceFluent. buildSpec()ServiceSpecService. getSpec()Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.Methods in io.fabric8.kubernetes.api.model with parameters of type ServiceSpec Modifier and Type Method Description protected voidServiceSpecFluent. copyInstance(ServiceSpec instance)ServiceFluent.SpecNested<A>ServiceFluent. editOrNewSpecLike(ServiceSpec item)voidService. setSpec(ServiceSpec spec)Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.ServiceFluent.SpecNested<A>ServiceFluent. withNewSpecLike(ServiceSpec item)AServiceFluent. withSpec(ServiceSpec spec)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceSpec Constructor Description Service(String apiVersion, String kind, ObjectMeta metadata, ServiceSpec spec, ServiceStatus status)ServiceSpecBuilder(ServiceSpec instance)ServiceSpecBuilder(ServiceSpecFluent<?> fluent, ServiceSpec instance)ServiceSpecFluent(ServiceSpec instance)
-