Uses of Class
io.fabric8.openshift.api.model.config.v1.GCPResourceLabel
-
Packages that use GCPResourceLabel Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of GCPResourceLabel in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return GCPResourceLabel Modifier and Type Method Description GCPResourceLabelGCPResourceLabelBuilder. build()GCPResourceLabelGCPPlatformStatusFluent. buildFirstResourceLabel()GCPResourceLabelGCPPlatformStatusFluent. buildLastResourceLabel()GCPResourceLabelGCPPlatformStatusFluent. buildMatchingResourceLabel(Predicate<GCPResourceLabelBuilder> predicate)GCPResourceLabelGCPPlatformStatusFluent. buildResourceLabel(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type GCPResourceLabel Modifier and Type Method Description List<GCPResourceLabel>GCPPlatformStatusFluent. buildResourceLabels()List<GCPResourceLabel>GCPPlatformStatus. getResourceLabels()resourceLabels is a list of additional labels to apply to GCP resources created for the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPResourceLabel Modifier and Type Method Description GCPPlatformStatusFluent.ResourceLabelsNested<A>GCPPlatformStatusFluent. addNewResourceLabelLike(GCPResourceLabel item)AGCPPlatformStatusFluent. addToResourceLabels(int index, GCPResourceLabel item)AGCPPlatformStatusFluent. addToResourceLabels(GCPResourceLabel... items)protected voidGCPResourceLabelFluent. copyInstance(GCPResourceLabel instance)AGCPPlatformStatusFluent. removeFromResourceLabels(GCPResourceLabel... items)GCPPlatformStatusFluent.ResourceLabelsNested<A>GCPPlatformStatusFluent. setNewResourceLabelLike(int index, GCPResourceLabel item)AGCPPlatformStatusFluent. setToResourceLabels(int index, GCPResourceLabel item)AGCPPlatformStatusFluent. withResourceLabels(GCPResourceLabel... resourceLabels)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type GCPResourceLabel Modifier and Type Method Description AGCPPlatformStatusFluent. addAllToResourceLabels(Collection<GCPResourceLabel> items)AGCPPlatformStatusFluent. removeAllFromResourceLabels(Collection<GCPResourceLabel> items)voidGCPPlatformStatus. setResourceLabels(List<GCPResourceLabel> resourceLabels)resourceLabels is a list of additional labels to apply to GCP resources created for the cluster.AGCPPlatformStatusFluent. withResourceLabels(List<GCPResourceLabel> resourceLabels)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type GCPResourceLabel Constructor Description GCPResourceLabelBuilder(GCPResourceLabel instance)GCPResourceLabelBuilder(GCPResourceLabelFluent<?> fluent, GCPResourceLabel instance)GCPResourceLabelFluent(GCPResourceLabel instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type GCPResourceLabel Constructor Description GCPPlatformStatus(CloudLoadBalancerConfig cloudLoadBalancerConfig, String projectID, String region, List<GCPResourceLabel> resourceLabels, List<GCPResourceTag> resourceTags, List<GCPServiceEndpoint> serviceEndpoints)
-