Uses of Class
io.fabric8.openshift.api.model.config.v1.GCPResourceTag
-
Packages that use GCPResourceTag Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of GCPResourceTag in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return GCPResourceTag Modifier and Type Method Description GCPResourceTagGCPResourceTagBuilder. build()GCPResourceTagGCPPlatformStatusFluent. buildFirstResourceTag()GCPResourceTagGCPPlatformStatusFluent. buildLastResourceTag()GCPResourceTagGCPPlatformStatusFluent. buildMatchingResourceTag(Predicate<GCPResourceTagBuilder> predicate)GCPResourceTagGCPPlatformStatusFluent. buildResourceTag(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type GCPResourceTag Modifier and Type Method Description List<GCPResourceTag>GCPPlatformStatusFluent. buildResourceTags()List<GCPResourceTag>GCPPlatformStatus. getResourceTags()resourceTags is a list of additional tags to apply to GCP resources created for the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPResourceTag Modifier and Type Method Description GCPPlatformStatusFluent.ResourceTagsNested<A>GCPPlatformStatusFluent. addNewResourceTagLike(GCPResourceTag item)AGCPPlatformStatusFluent. addToResourceTags(int index, GCPResourceTag item)AGCPPlatformStatusFluent. addToResourceTags(GCPResourceTag... items)protected voidGCPResourceTagFluent. copyInstance(GCPResourceTag instance)AGCPPlatformStatusFluent. removeFromResourceTags(GCPResourceTag... items)GCPPlatformStatusFluent.ResourceTagsNested<A>GCPPlatformStatusFluent. setNewResourceTagLike(int index, GCPResourceTag item)AGCPPlatformStatusFluent. setToResourceTags(int index, GCPResourceTag item)AGCPPlatformStatusFluent. withResourceTags(GCPResourceTag... resourceTags)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type GCPResourceTag Modifier and Type Method Description AGCPPlatformStatusFluent. addAllToResourceTags(Collection<GCPResourceTag> items)AGCPPlatformStatusFluent. removeAllFromResourceTags(Collection<GCPResourceTag> items)voidGCPPlatformStatus. setResourceTags(List<GCPResourceTag> resourceTags)resourceTags is a list of additional tags to apply to GCP resources created for the cluster.AGCPPlatformStatusFluent. withResourceTags(List<GCPResourceTag> resourceTags)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPResourceTag Constructor Description GCPResourceTagBuilder(GCPResourceTag instance)GCPResourceTagBuilder(GCPResourceTagFluent<?> fluent, GCPResourceTag instance)GCPResourceTagFluent(GCPResourceTag instance)
-