Class IBMCloudCSIDriverConfigSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.IBMCloudCSIDriverConfigSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<IBMCloudCSIDriverConfigSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class IBMCloudCSIDriverConfigSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<IBMCloudCSIDriverConfigSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
IBMCloudCSIDriverConfigSpec defines the properties that can be configured for the IBM Cloud CSI driver.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IBMCloudCSIDriverConfigSpec()No args constructor for use in serializationIBMCloudCSIDriverConfigSpec(String encryptionKeyCRN)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBMCloudCSIDriverConfigSpecBuilderedit()Map<String,Object>getAdditionalProperties()StringgetEncryptionKeyCRN()encryptionKeyCRN is the IBM Cloud CRN of the customer-managed root key to use for disk encryption of volumes for the default storage classes.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEncryptionKeyCRN(String encryptionKeyCRN)encryptionKeyCRN is the IBM Cloud CRN of the customer-managed root key to use for disk encryption of volumes for the default storage classes.IBMCloudCSIDriverConfigSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
IBMCloudCSIDriverConfigSpec
public IBMCloudCSIDriverConfigSpec()
No args constructor for use in serialization
-
IBMCloudCSIDriverConfigSpec
public IBMCloudCSIDriverConfigSpec(String encryptionKeyCRN)
-
-
Method Detail
-
getEncryptionKeyCRN
public String getEncryptionKeyCRN()
encryptionKeyCRN is the IBM Cloud CRN of the customer-managed root key to use for disk encryption of volumes for the default storage classes.
-
setEncryptionKeyCRN
public void setEncryptionKeyCRN(String encryptionKeyCRN)
encryptionKeyCRN is the IBM Cloud CRN of the customer-managed root key to use for disk encryption of volumes for the default storage classes.
-
edit
public IBMCloudCSIDriverConfigSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<IBMCloudCSIDriverConfigSpecBuilder>
-
toBuilder
public IBMCloudCSIDriverConfigSpecBuilder toBuilder()
-
-