Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)