Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.UserTag
-
Packages that use UserTag Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of UserTag in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return UserTag Modifier and Type Method Description UserTagUserTagBuilder. build()UserTagPlatformFluent. buildFirstUserTag()UserTagPlatformFluent. buildLastUserTag()UserTagPlatformFluent. buildMatchingUserTag(Predicate<UserTagBuilder> predicate)UserTagPlatformFluent. buildUserTag(int index)Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return types with arguments of type UserTag Modifier and Type Method Description List<UserTag>PlatformFluent. buildUserTags()List<UserTag>Platform. getUserTags()userTags has additional keys and values that the installer will add as tags to all resources that it creates on GCP.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type UserTag Modifier and Type Method Description PlatformFluent.UserTagsNested<A>PlatformFluent. addNewUserTagLike(UserTag item)APlatformFluent. addToUserTags(int index, UserTag item)APlatformFluent. addToUserTags(UserTag... items)protected voidUserTagFluent. copyInstance(UserTag instance)APlatformFluent. removeFromUserTags(UserTag... items)PlatformFluent.UserTagsNested<A>PlatformFluent. setNewUserTagLike(int index, UserTag item)APlatformFluent. setToUserTags(int index, UserTag item)APlatformFluent. withUserTags(UserTag... userTags)Method parameters in io.fabric8.openshift.api.model.installer.gcp.v1 with type arguments of type UserTag Modifier and Type Method Description APlatformFluent. addAllToUserTags(Collection<UserTag> items)APlatformFluent. removeAllFromUserTags(Collection<UserTag> items)voidPlatform. setUserTags(List<UserTag> userTags)userTags has additional keys and values that the installer will add as tags to all resources that it creates on GCP.APlatformFluent. withUserTags(List<UserTag> userTags)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type UserTag Constructor Description UserTagBuilder(UserTag instance)UserTagBuilder(UserTagFluent<?> fluent, UserTag instance)UserTagFluent(UserTag instance)
-