Uses of Class
io.fabric8.openshift.api.model.machine.v1beta1.GCPServiceAccount
-
Packages that use GCPServiceAccount Package Description io.fabric8.openshift.api.model.machine.v1beta1 -
-
Uses of GCPServiceAccount in io.fabric8.openshift.api.model.machine.v1beta1
Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return GCPServiceAccount Modifier and Type Method Description GCPServiceAccountGCPServiceAccountBuilder. build()GCPServiceAccountGCPMachineProviderSpecFluent. buildFirstServiceAccount()GCPServiceAccountGCPMachineProviderSpecFluent. buildLastServiceAccount()GCPServiceAccountGCPMachineProviderSpecFluent. buildMatchingServiceAccount(Predicate<GCPServiceAccountBuilder> predicate)GCPServiceAccountGCPMachineProviderSpecFluent. buildServiceAccount(int index)Methods in io.fabric8.openshift.api.model.machine.v1beta1 that return types with arguments of type GCPServiceAccount Modifier and Type Method Description List<GCPServiceAccount>GCPMachineProviderSpecFluent. buildServiceAccounts()List<GCPServiceAccount>GCPMachineProviderSpec. getServiceAccounts()Methods in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPServiceAccount Modifier and Type Method Description GCPMachineProviderSpecFluent.ServiceAccountsNested<A>GCPMachineProviderSpecFluent. addNewServiceAccountLike(GCPServiceAccount item)AGCPMachineProviderSpecFluent. addToServiceAccounts(int index, GCPServiceAccount item)AGCPMachineProviderSpecFluent. addToServiceAccounts(GCPServiceAccount... items)protected voidGCPServiceAccountFluent. copyInstance(GCPServiceAccount instance)AGCPMachineProviderSpecFluent. removeFromServiceAccounts(GCPServiceAccount... items)GCPMachineProviderSpecFluent.ServiceAccountsNested<A>GCPMachineProviderSpecFluent. setNewServiceAccountLike(int index, GCPServiceAccount item)AGCPMachineProviderSpecFluent. setToServiceAccounts(int index, GCPServiceAccount item)AGCPMachineProviderSpecFluent. withServiceAccounts(GCPServiceAccount... serviceAccounts)Method parameters in io.fabric8.openshift.api.model.machine.v1beta1 with type arguments of type GCPServiceAccount Modifier and Type Method Description AGCPMachineProviderSpecFluent. addAllToServiceAccounts(Collection<GCPServiceAccount> items)AGCPMachineProviderSpecFluent. removeAllFromServiceAccounts(Collection<GCPServiceAccount> items)voidGCPMachineProviderSpec. setServiceAccounts(List<GCPServiceAccount> serviceAccounts)AGCPMachineProviderSpecFluent. withServiceAccounts(List<GCPServiceAccount> serviceAccounts)Constructors in io.fabric8.openshift.api.model.machine.v1beta1 with parameters of type GCPServiceAccount Constructor Description GCPServiceAccountBuilder(GCPServiceAccount instance)GCPServiceAccountBuilder(GCPServiceAccountFluent<?> fluent, GCPServiceAccount instance)GCPServiceAccountFluent(GCPServiceAccount instance)
-