Class PowerVSPlatformSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpecFluent<PowerVSPlatformSpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PowerVSPlatformSpec>,io.fabric8.kubernetes.api.builder.Visitable<PowerVSPlatformSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PowerVSPlatformSpec,PowerVSPlatformSpecBuilder>
public class PowerVSPlatformSpecBuilder extends PowerVSPlatformSpecFluent<PowerVSPlatformSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PowerVSPlatformSpec,PowerVSPlatformSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpecFluent
PowerVSPlatformSpecFluent.ServiceEndpointsNested<N>
-
-
Constructor Summary
Constructors Constructor Description PowerVSPlatformSpecBuilder()PowerVSPlatformSpecBuilder(PowerVSPlatformSpec instance)PowerVSPlatformSpecBuilder(PowerVSPlatformSpecFluent<?> fluent)PowerVSPlatformSpecBuilder(PowerVSPlatformSpecFluent<?> fluent, PowerVSPlatformSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PowerVSPlatformSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.PowerVSPlatformSpecFluent
addAllToServiceEndpoints, addNewServiceEndpoint, addNewServiceEndpoint, addNewServiceEndpointLike, addToAdditionalProperties, addToAdditionalProperties, addToServiceEndpoints, addToServiceEndpoints, buildFirstServiceEndpoint, buildLastServiceEndpoint, buildMatchingServiceEndpoint, buildServiceEndpoint, buildServiceEndpoints, copyInstance, editFirstServiceEndpoint, editLastServiceEndpoint, editMatchingServiceEndpoint, editServiceEndpoint, equals, getAdditionalProperties, hasAdditionalProperties, hashCode, hasMatchingServiceEndpoint, hasServiceEndpoints, removeAllFromServiceEndpoints, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromServiceEndpoints, removeMatchingFromServiceEndpoints, setNewServiceEndpointLike, setToServiceEndpoints, toString, withAdditionalProperties, withServiceEndpoints, withServiceEndpoints
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PowerVSPlatformSpecBuilder
public PowerVSPlatformSpecBuilder()
-
PowerVSPlatformSpecBuilder
public PowerVSPlatformSpecBuilder(PowerVSPlatformSpecFluent<?> fluent)
-
PowerVSPlatformSpecBuilder
public PowerVSPlatformSpecBuilder(PowerVSPlatformSpecFluent<?> fluent, PowerVSPlatformSpec instance)
-
PowerVSPlatformSpecBuilder
public PowerVSPlatformSpecBuilder(PowerVSPlatformSpec instance)
-
-
Method Detail
-
build
public PowerVSPlatformSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PowerVSPlatformSpec>
-
-