Class GCPServiceAccountFluent<A extends GCPServiceAccountFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPServiceAccountFluent<A>
-
- Direct Known Subclasses:
GCPMachineProviderSpecFluent.ServiceAccountsNested,GCPServiceAccountBuilder
public class GCPServiceAccountFluent<A extends GCPServiceAccountFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GCPServiceAccountFluent()GCPServiceAccountFluent(GCPServiceAccount instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPServiceAccountFluent
public GCPServiceAccountFluent()
-
GCPServiceAccountFluent
public GCPServiceAccountFluent(GCPServiceAccount instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPServiceAccount instance)
-
getEmail
public String getEmail()
-
hasEmail
public boolean hasEmail()
-
addAllToScopes
public A addAllToScopes(Collection<String> items)
-
removeAllFromScopes
public A removeAllFromScopes(Collection<String> items)
-
getScope
public String getScope(int index)
-
getFirstScope
public String getFirstScope()
-
getLastScope
public String getLastScope()
-
hasScopes
public boolean hasScopes()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPServiceAccountFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPServiceAccountFluent<A>>
-
-