Class GCPServiceAccountBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPServiceAccountFluent<GCPServiceAccountBuilder>
-
- io.fabric8.openshift.api.model.machine.v1beta1.GCPServiceAccountBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GCPServiceAccount>,io.fabric8.kubernetes.api.builder.Visitable<GCPServiceAccountBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GCPServiceAccount,GCPServiceAccountBuilder>
public class GCPServiceAccountBuilder extends GCPServiceAccountFluent<GCPServiceAccountBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GCPServiceAccount,GCPServiceAccountBuilder>
-
-
Constructor Summary
Constructors Constructor Description GCPServiceAccountBuilder()GCPServiceAccountBuilder(GCPServiceAccount instance)GCPServiceAccountBuilder(GCPServiceAccountFluent<?> fluent)GCPServiceAccountBuilder(GCPServiceAccountFluent<?> fluent, GCPServiceAccount instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GCPServiceAccountbuild()-
Methods inherited from class io.fabric8.openshift.api.model.machine.v1beta1.GCPServiceAccountFluent
addAllToScopes, addToAdditionalProperties, addToAdditionalProperties, addToScopes, addToScopes, copyInstance, equals, getAdditionalProperties, getEmail, getFirstScope, getLastScope, getMatchingScope, getScope, getScopes, hasAdditionalProperties, hasEmail, hashCode, hasMatchingScope, hasScopes, removeAllFromScopes, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromScopes, setToScopes, toString, withAdditionalProperties, withEmail, withScopes, withScopes
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GCPServiceAccountBuilder
public GCPServiceAccountBuilder()
-
GCPServiceAccountBuilder
public GCPServiceAccountBuilder(GCPServiceAccountFluent<?> fluent)
-
GCPServiceAccountBuilder
public GCPServiceAccountBuilder(GCPServiceAccountFluent<?> fluent, GCPServiceAccount instance)
-
GCPServiceAccountBuilder
public GCPServiceAccountBuilder(GCPServiceAccount instance)
-
-
Method Detail
-
build
public GCPServiceAccount build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GCPServiceAccount>
-
-