Uses of Class
io.fabric8.kubernetes.api.model.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()ServiceSpecServiceFluentImpl. buildSpec()ServiceSpecDoneableServiceSpec. done()ServiceSpecService. getSpec()ServiceSpecServiceFluent. getSpec()Deprecated.ServiceSpecServiceFluentImpl. getSpec()Deprecated.Methods in io.fabric8.kubernetes.api.model with parameters of type ServiceSpec Modifier and Type Method Description ServiceFluent.SpecNested<A>ServiceFluent. editOrNewSpecLike(ServiceSpec item)ServiceFluent.SpecNested<A>ServiceFluentImpl. editOrNewSpecLike(ServiceSpec item)voidService. setSpec(ServiceSpec spec)WatchEventFluent.ServiceSpecObjectNested<A>WatchEventFluent. withNewServiceSpecObjectLike(ServiceSpec item)WatchEventFluent.ServiceSpecObjectNested<A>WatchEventFluentImpl. withNewServiceSpecObjectLike(ServiceSpec item)ServiceFluent.SpecNested<A>ServiceFluent. withNewSpecLike(ServiceSpec item)ServiceFluent.SpecNested<A>ServiceFluentImpl. withNewSpecLike(ServiceSpec item)AWatchEventFluent. withServiceSpecObject(ServiceSpec serviceSpecObject)AWatchEventFluentImpl. withServiceSpecObject(ServiceSpec serviceSpecObject)AServiceFluent. withSpec(ServiceSpec spec)AServiceFluentImpl. withSpec(ServiceSpec spec)Constructors in io.fabric8.kubernetes.api.model with parameters of type ServiceSpec Constructor Description DoneableServiceSpec(ServiceSpec item)DoneableServiceSpec(ServiceSpec item, Function<ServiceSpec,ServiceSpec> function)Service(String apiVersion, String kind, ObjectMeta metadata, ServiceSpec spec, ServiceStatus status)ServiceSpecBuilder(ServiceSpec instance)ServiceSpecBuilder(ServiceSpecFluent<?> fluent, ServiceSpec instance)ServiceSpecBuilder(ServiceSpecFluent<?> fluent, ServiceSpec instance, Boolean validationEnabled)ServiceSpecBuilder(ServiceSpec instance, Boolean validationEnabled)ServiceSpecFluentImpl(ServiceSpec instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type ServiceSpec Constructor Description DoneableServiceSpec(Function<ServiceSpec,ServiceSpec> function)DoneableServiceSpec(Function<ServiceSpec,ServiceSpec> function)DoneableServiceSpec(ServiceSpec item, Function<ServiceSpec,ServiceSpec> function)DoneableServiceSpec(ServiceSpec item, Function<ServiceSpec,ServiceSpec> function)