Uses of Class
io.fabric8.openshift.api.model.hive.gcp.v1.UserTag
-
Packages that use UserTag Package Description io.fabric8.openshift.api.model.hive.gcp.v1 -
-
Uses of UserTag in io.fabric8.openshift.api.model.hive.gcp.v1
Methods in io.fabric8.openshift.api.model.hive.gcp.v1 that return UserTag Modifier and Type Method Description UserTagUserTagBuilder. build()UserTagMachinePoolFluent. buildFirstUserTag()UserTagMachinePoolFluent. buildLastUserTag()UserTagMachinePoolFluent. buildMatchingUserTag(Predicate<UserTagBuilder> predicate)UserTagMachinePoolFluent. buildUserTag(int index)Methods in io.fabric8.openshift.api.model.hive.gcp.v1 that return types with arguments of type UserTag Modifier and Type Method Description List<UserTag>MachinePoolFluent. buildUserTags()List<UserTag>MachinePool. getUserTags()userTags has additional keys and values that we will add as tags to the providerSpec of MachineSets that we creates on GCP.Methods in io.fabric8.openshift.api.model.hive.gcp.v1 with parameters of type UserTag Modifier and Type Method Description MachinePoolFluent.UserTagsNested<A>MachinePoolFluent. addNewUserTagLike(UserTag item)AMachinePoolFluent. addToUserTags(int index, UserTag item)AMachinePoolFluent. addToUserTags(UserTag... items)protected voidUserTagFluent. copyInstance(UserTag instance)AMachinePoolFluent. removeFromUserTags(UserTag... items)MachinePoolFluent.UserTagsNested<A>MachinePoolFluent. setNewUserTagLike(int index, UserTag item)AMachinePoolFluent. setToUserTags(int index, UserTag item)AMachinePoolFluent. withUserTags(UserTag... userTags)Method parameters in io.fabric8.openshift.api.model.hive.gcp.v1 with type arguments of type UserTag Modifier and Type Method Description AMachinePoolFluent. addAllToUserTags(Collection<UserTag> items)AMachinePoolFluent. removeAllFromUserTags(Collection<UserTag> items)voidMachinePool. setUserTags(List<UserTag> userTags)userTags has additional keys and values that we will add as tags to the providerSpec of MachineSets that we creates on GCP.AMachinePoolFluent. withUserTags(List<UserTag> userTags)Constructors in io.fabric8.openshift.api.model.hive.gcp.v1 with parameters of type UserTag Constructor Description UserTagBuilder(UserTag instance)UserTagBuilder(UserTagFluent<?> fluent, UserTag instance)UserTagFluent(UserTag instance)Constructor parameters in io.fabric8.openshift.api.model.hive.gcp.v1 with type arguments of type UserTag Constructor Description MachinePool(String networkProjectID, String onHostMaintenance, OSDisk osDisk, String secureBoot, String serviceAccount, String type, List<UserTag> userTags, List<String> zones)
-