Class GCPCSIDriverConfigSpecFluent<A extends GCPCSIDriverConfigSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.GCPCSIDriverConfigSpecFluent<A>
-
- Direct Known Subclasses:
CSIDriverConfigSpecFluent.GcpNested,GCPCSIDriverConfigSpecBuilder
public class GCPCSIDriverConfigSpecFluent<A extends GCPCSIDriverConfigSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGCPCSIDriverConfigSpecFluent.KmsKeyNested<N>
-
Constructor Summary
Constructors Constructor Description GCPCSIDriverConfigSpecFluent()GCPCSIDriverConfigSpecFluent(GCPCSIDriverConfigSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
GCPCSIDriverConfigSpecFluent
public GCPCSIDriverConfigSpecFluent()
-
GCPCSIDriverConfigSpecFluent
public GCPCSIDriverConfigSpecFluent(GCPCSIDriverConfigSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GCPCSIDriverConfigSpec instance)
-
buildKmsKey
public GCPKMSKeyReference buildKmsKey()
-
withKmsKey
public A withKmsKey(GCPKMSKeyReference kmsKey)
-
hasKmsKey
public boolean hasKmsKey()
-
withNewKmsKey
public A withNewKmsKey(String keyRing, String location, String name, String projectID)
-
withNewKmsKey
public GCPCSIDriverConfigSpecFluent.KmsKeyNested<A> withNewKmsKey()
-
withNewKmsKeyLike
public GCPCSIDriverConfigSpecFluent.KmsKeyNested<A> withNewKmsKeyLike(GCPKMSKeyReference item)
-
editKmsKey
public GCPCSIDriverConfigSpecFluent.KmsKeyNested<A> editKmsKey()
-
editOrNewKmsKey
public GCPCSIDriverConfigSpecFluent.KmsKeyNested<A> editOrNewKmsKey()
-
editOrNewKmsKeyLike
public GCPCSIDriverConfigSpecFluent.KmsKeyNested<A> editOrNewKmsKeyLike(GCPKMSKeyReference item)
-
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 GCPCSIDriverConfigSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GCPCSIDriverConfigSpecFluent<A>>
-
-