Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.UserLabel
-
Packages that use UserLabel Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of UserLabel in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return UserLabel Modifier and Type Method Description UserLabelUserLabelBuilder. build()UserLabelPlatformFluent. buildFirstUserLabel()UserLabelPlatformFluent. buildLastUserLabel()UserLabelPlatformFluent. buildMatchingUserLabel(Predicate<UserLabelBuilder> predicate)UserLabelPlatformFluent. buildUserLabel(int index)Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return types with arguments of type UserLabel Modifier and Type Method Description List<UserLabel>PlatformFluent. buildUserLabels()List<UserLabel>Platform. getUserLabels()userLabels has additional keys and values that the installer will add as labels to all resources that it creates on GCP.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type UserLabel Modifier and Type Method Description PlatformFluent.UserLabelsNested<A>PlatformFluent. addNewUserLabelLike(UserLabel item)APlatformFluent. addToUserLabels(int index, UserLabel item)APlatformFluent. addToUserLabels(UserLabel... items)protected voidUserLabelFluent. copyInstance(UserLabel instance)APlatformFluent. removeFromUserLabels(UserLabel... items)PlatformFluent.UserLabelsNested<A>PlatformFluent. setNewUserLabelLike(int index, UserLabel item)APlatformFluent. setToUserLabels(int index, UserLabel item)APlatformFluent. withUserLabels(UserLabel... userLabels)Method parameters in io.fabric8.openshift.api.model.installer.gcp.v1 with type arguments of type UserLabel Modifier and Type Method Description APlatformFluent. addAllToUserLabels(Collection<UserLabel> items)APlatformFluent. removeAllFromUserLabels(Collection<UserLabel> items)voidPlatform. setUserLabels(List<UserLabel> userLabels)userLabels has additional keys and values that the installer will add as labels to all resources that it creates on GCP.APlatformFluent. withUserLabels(List<UserLabel> userLabels)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type UserLabel Constructor Description UserLabelBuilder(UserLabel instance)UserLabelBuilder(UserLabelFluent<?> fluent, UserLabel instance)UserLabelFluent(UserLabel instance)
-