Class AWSCSIDriverConfigSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.AWSCSIDriverConfigSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AWSCSIDriverConfigSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AWSCSIDriverConfigSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<AWSCSIDriverConfigSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AWSCSIDriverConfigSpec defines properties that can be configured for the AWS CSI driver.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AWSCSIDriverConfigSpec()No args constructor for use in serializationAWSCSIDriverConfigSpec(AWSEFSVolumeMetrics efsVolumeMetrics, String kmsKeyARN)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSCSIDriverConfigSpecBuilderedit()Map<String,Object>getAdditionalProperties()AWSEFSVolumeMetricsgetEfsVolumeMetrics()AWSCSIDriverConfigSpec defines properties that can be configured for the AWS CSI driver.StringgetKmsKeyARN()kmsKeyARN sets the cluster default storage class to encrypt volumes with a user-defined KMS key, rather than the default KMS key used by AWS.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEfsVolumeMetrics(AWSEFSVolumeMetrics efsVolumeMetrics)AWSCSIDriverConfigSpec defines properties that can be configured for the AWS CSI driver.voidsetKmsKeyARN(String kmsKeyARN)kmsKeyARN sets the cluster default storage class to encrypt volumes with a user-defined KMS key, rather than the default KMS key used by AWS.AWSCSIDriverConfigSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
AWSCSIDriverConfigSpec
public AWSCSIDriverConfigSpec()
No args constructor for use in serialization
-
AWSCSIDriverConfigSpec
public AWSCSIDriverConfigSpec(AWSEFSVolumeMetrics efsVolumeMetrics, String kmsKeyARN)
-
-
Method Detail
-
getEfsVolumeMetrics
public AWSEFSVolumeMetrics getEfsVolumeMetrics()
AWSCSIDriverConfigSpec defines properties that can be configured for the AWS CSI driver.
-
setEfsVolumeMetrics
public void setEfsVolumeMetrics(AWSEFSVolumeMetrics efsVolumeMetrics)
AWSCSIDriverConfigSpec defines properties that can be configured for the AWS CSI driver.
-
getKmsKeyARN
public String getKmsKeyARN()
kmsKeyARN sets the cluster default storage class to encrypt volumes with a user-defined KMS key, rather than the default KMS key used by AWS. The value may be either the ARN or Alias ARN of a KMS key.
-
setKmsKeyARN
public void setKmsKeyARN(String kmsKeyARN)
kmsKeyARN sets the cluster default storage class to encrypt volumes with a user-defined KMS key, rather than the default KMS key used by AWS. The value may be either the ARN or Alias ARN of a KMS key.
-
edit
public AWSCSIDriverConfigSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AWSCSIDriverConfigSpecBuilder>
-
toBuilder
public AWSCSIDriverConfigSpecBuilder toBuilder()
-
-