Class GCPPlatformStatusBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.GCPPlatformStatusFluent<GCPPlatformStatusBuilder>
-
- io.fabric8.openshift.api.model.config.v1.GCPPlatformStatusBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GCPPlatformStatus>,io.fabric8.kubernetes.api.builder.Visitable<GCPPlatformStatusBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GCPPlatformStatus,GCPPlatformStatusBuilder>
public class GCPPlatformStatusBuilder extends GCPPlatformStatusFluent<GCPPlatformStatusBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GCPPlatformStatus,GCPPlatformStatusBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.GCPPlatformStatusFluent
GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<N>, GCPPlatformStatusFluent.ResourceLabelsNested<N>, GCPPlatformStatusFluent.ResourceTagsNested<N>, GCPPlatformStatusFluent.ServiceEndpointsNested<N>
-
-
Constructor Summary
Constructors Constructor Description GCPPlatformStatusBuilder()GCPPlatformStatusBuilder(GCPPlatformStatus instance)GCPPlatformStatusBuilder(GCPPlatformStatusFluent<?> fluent)GCPPlatformStatusBuilder(GCPPlatformStatusFluent<?> fluent, GCPPlatformStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCPPlatformStatusbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.GCPPlatformStatusFluent
addAllToResourceLabels, addAllToResourceTags, addAllToServiceEndpoints, addNewResourceLabel, addNewResourceLabel, addNewResourceLabelLike, addNewResourceTag, addNewResourceTag, addNewResourceTagLike, addNewServiceEndpoint, addNewServiceEndpoint, addNewServiceEndpointLike, addToAdditionalProperties, addToAdditionalProperties, addToResourceLabels, addToResourceLabels, addToResourceTags, addToResourceTags, addToServiceEndpoints, addToServiceEndpoints, buildCloudLoadBalancerConfig, buildFirstResourceLabel, buildFirstResourceTag, buildFirstServiceEndpoint, buildLastResourceLabel, buildLastResourceTag, buildLastServiceEndpoint, buildMatchingResourceLabel, buildMatchingResourceTag, buildMatchingServiceEndpoint, buildResourceLabel, buildResourceLabels, buildResourceTag, buildResourceTags, buildServiceEndpoint, buildServiceEndpoints, copyInstance, editCloudLoadBalancerConfig, editFirstResourceLabel, editFirstResourceTag, editFirstServiceEndpoint, editLastResourceLabel, editLastResourceTag, editLastServiceEndpoint, editMatchingResourceLabel, editMatchingResourceTag, editMatchingServiceEndpoint, editOrNewCloudLoadBalancerConfig, editOrNewCloudLoadBalancerConfigLike, editResourceLabel, editResourceTag, editServiceEndpoint, equals, getAdditionalProperties, getProjectID, getRegion, hasAdditionalProperties, hasCloudLoadBalancerConfig, hashCode, hasMatchingResourceLabel, hasMatchingResourceTag, hasMatchingServiceEndpoint, hasProjectID, hasRegion, hasResourceLabels, hasResourceTags, hasServiceEndpoints, removeAllFromResourceLabels, removeAllFromResourceTags, removeAllFromServiceEndpoints, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromResourceLabels, removeFromResourceTags, removeFromServiceEndpoints, removeMatchingFromResourceLabels, removeMatchingFromResourceTags, removeMatchingFromServiceEndpoints, setNewResourceLabelLike, setNewResourceTagLike, setNewServiceEndpointLike, setToResourceLabels, setToResourceTags, setToServiceEndpoints, toString, withAdditionalProperties, withCloudLoadBalancerConfig, withNewCloudLoadBalancerConfig, withNewCloudLoadBalancerConfigLike, withProjectID, withRegion, withResourceLabels, withResourceLabels, withResourceTags, withResourceTags, withServiceEndpoints, withServiceEndpoints
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GCPPlatformStatusBuilder
public GCPPlatformStatusBuilder()
-
GCPPlatformStatusBuilder
public GCPPlatformStatusBuilder(GCPPlatformStatusFluent<?> fluent)
-
GCPPlatformStatusBuilder
public GCPPlatformStatusBuilder(GCPPlatformStatusFluent<?> fluent, GCPPlatformStatus instance)
-
GCPPlatformStatusBuilder
public GCPPlatformStatusBuilder(GCPPlatformStatus instance)
-
-
Method Detail
-
build
public GCPPlatformStatus build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GCPPlatformStatus>
-
-