Class GCPPlatformStatusFluent<A extends GCPPlatformStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.GCPPlatformStatusFluent<A>
-
- Direct Known Subclasses:
GCPPlatformStatusBuilder,PlatformStatusFluent.GcpNested
public class GCPPlatformStatusFluent<A extends GCPPlatformStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGCPPlatformStatusFluent.CloudLoadBalancerConfigNested<N>classGCPPlatformStatusFluent.ResourceLabelsNested<N>classGCPPlatformStatusFluent.ResourceTagsNested<N>
-
Constructor Summary
Constructors Constructor Description GCPPlatformStatusFluent()GCPPlatformStatusFluent(GCPPlatformStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPPlatformStatusFluent
public GCPPlatformStatusFluent()
-
GCPPlatformStatusFluent
public GCPPlatformStatusFluent(GCPPlatformStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPPlatformStatus instance)
-
buildCloudLoadBalancerConfig
public CloudLoadBalancerConfig buildCloudLoadBalancerConfig()
-
withCloudLoadBalancerConfig
public A withCloudLoadBalancerConfig(CloudLoadBalancerConfig cloudLoadBalancerConfig)
-
hasCloudLoadBalancerConfig
public boolean hasCloudLoadBalancerConfig()
-
withNewCloudLoadBalancerConfig
public GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<A> withNewCloudLoadBalancerConfig()
-
withNewCloudLoadBalancerConfigLike
public GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<A> withNewCloudLoadBalancerConfigLike(CloudLoadBalancerConfig item)
-
editCloudLoadBalancerConfig
public GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<A> editCloudLoadBalancerConfig()
-
editOrNewCloudLoadBalancerConfig
public GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<A> editOrNewCloudLoadBalancerConfig()
-
editOrNewCloudLoadBalancerConfigLike
public GCPPlatformStatusFluent.CloudLoadBalancerConfigNested<A> editOrNewCloudLoadBalancerConfigLike(CloudLoadBalancerConfig item)
-
getProjectID
public String getProjectID()
-
hasProjectID
public boolean hasProjectID()
-
getRegion
public String getRegion()
-
hasRegion
public boolean hasRegion()
-
addToResourceLabels
public A addToResourceLabels(int index, GCPResourceLabel item)
-
setToResourceLabels
public A setToResourceLabels(int index, GCPResourceLabel item)
-
addToResourceLabels
public A addToResourceLabels(GCPResourceLabel... items)
-
addAllToResourceLabels
public A addAllToResourceLabels(Collection<GCPResourceLabel> items)
-
removeFromResourceLabels
public A removeFromResourceLabels(GCPResourceLabel... items)
-
removeAllFromResourceLabels
public A removeAllFromResourceLabels(Collection<GCPResourceLabel> items)
-
removeMatchingFromResourceLabels
public A removeMatchingFromResourceLabels(Predicate<GCPResourceLabelBuilder> predicate)
-
buildResourceLabels
public List<GCPResourceLabel> buildResourceLabels()
-
buildResourceLabel
public GCPResourceLabel buildResourceLabel(int index)
-
buildFirstResourceLabel
public GCPResourceLabel buildFirstResourceLabel()
-
buildLastResourceLabel
public GCPResourceLabel buildLastResourceLabel()
-
buildMatchingResourceLabel
public GCPResourceLabel buildMatchingResourceLabel(Predicate<GCPResourceLabelBuilder> predicate)
-
hasMatchingResourceLabel
public boolean hasMatchingResourceLabel(Predicate<GCPResourceLabelBuilder> predicate)
-
withResourceLabels
public A withResourceLabels(List<GCPResourceLabel> resourceLabels)
-
withResourceLabels
public A withResourceLabels(GCPResourceLabel... resourceLabels)
-
hasResourceLabels
public boolean hasResourceLabels()
-
addNewResourceLabel
public GCPPlatformStatusFluent.ResourceLabelsNested<A> addNewResourceLabel()
-
addNewResourceLabelLike
public GCPPlatformStatusFluent.ResourceLabelsNested<A> addNewResourceLabelLike(GCPResourceLabel item)
-
setNewResourceLabelLike
public GCPPlatformStatusFluent.ResourceLabelsNested<A> setNewResourceLabelLike(int index, GCPResourceLabel item)
-
editResourceLabel
public GCPPlatformStatusFluent.ResourceLabelsNested<A> editResourceLabel(int index)
-
editFirstResourceLabel
public GCPPlatformStatusFluent.ResourceLabelsNested<A> editFirstResourceLabel()
-
editLastResourceLabel
public GCPPlatformStatusFluent.ResourceLabelsNested<A> editLastResourceLabel()
-
editMatchingResourceLabel
public GCPPlatformStatusFluent.ResourceLabelsNested<A> editMatchingResourceLabel(Predicate<GCPResourceLabelBuilder> predicate)
-
addToResourceTags
public A addToResourceTags(int index, GCPResourceTag item)
-
setToResourceTags
public A setToResourceTags(int index, GCPResourceTag item)
-
addToResourceTags
public A addToResourceTags(GCPResourceTag... items)
-
addAllToResourceTags
public A addAllToResourceTags(Collection<GCPResourceTag> items)
-
removeFromResourceTags
public A removeFromResourceTags(GCPResourceTag... items)
-
removeAllFromResourceTags
public A removeAllFromResourceTags(Collection<GCPResourceTag> items)
-
removeMatchingFromResourceTags
public A removeMatchingFromResourceTags(Predicate<GCPResourceTagBuilder> predicate)
-
buildResourceTags
public List<GCPResourceTag> buildResourceTags()
-
buildResourceTag
public GCPResourceTag buildResourceTag(int index)
-
buildFirstResourceTag
public GCPResourceTag buildFirstResourceTag()
-
buildLastResourceTag
public GCPResourceTag buildLastResourceTag()
-
buildMatchingResourceTag
public GCPResourceTag buildMatchingResourceTag(Predicate<GCPResourceTagBuilder> predicate)
-
hasMatchingResourceTag
public boolean hasMatchingResourceTag(Predicate<GCPResourceTagBuilder> predicate)
-
withResourceTags
public A withResourceTags(List<GCPResourceTag> resourceTags)
-
withResourceTags
public A withResourceTags(GCPResourceTag... resourceTags)
-
hasResourceTags
public boolean hasResourceTags()
-
addNewResourceTag
public GCPPlatformStatusFluent.ResourceTagsNested<A> addNewResourceTag()
-
addNewResourceTagLike
public GCPPlatformStatusFluent.ResourceTagsNested<A> addNewResourceTagLike(GCPResourceTag item)
-
setNewResourceTagLike
public GCPPlatformStatusFluent.ResourceTagsNested<A> setNewResourceTagLike(int index, GCPResourceTag item)
-
editResourceTag
public GCPPlatformStatusFluent.ResourceTagsNested<A> editResourceTag(int index)
-
editFirstResourceTag
public GCPPlatformStatusFluent.ResourceTagsNested<A> editFirstResourceTag()
-
editLastResourceTag
public GCPPlatformStatusFluent.ResourceTagsNested<A> editLastResourceTag()
-
editMatchingResourceTag
public GCPPlatformStatusFluent.ResourceTagsNested<A> editMatchingResourceTag(Predicate<GCPResourceTagBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPPlatformStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPPlatformStatusFluent<A>>
-
-