Class AzureCSIDriverConfigSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.AzureCSIDriverConfigSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<AzureCSIDriverConfigSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class AzureCSIDriverConfigSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<AzureCSIDriverConfigSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AzureCSIDriverConfigSpec()No args constructor for use in serializationAzureCSIDriverConfigSpec(AzureDiskEncryptionSet diskEncryptionSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureCSIDriverConfigSpecBuilderedit()Map<String,Object>getAdditionalProperties()AzureDiskEncryptionSetgetDiskEncryptionSet()AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDiskEncryptionSet(AzureDiskEncryptionSet diskEncryptionSet)AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.AzureCSIDriverConfigSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
AzureCSIDriverConfigSpec
public AzureCSIDriverConfigSpec()
No args constructor for use in serialization
-
AzureCSIDriverConfigSpec
public AzureCSIDriverConfigSpec(AzureDiskEncryptionSet diskEncryptionSet)
-
-
Method Detail
-
getDiskEncryptionSet
public AzureDiskEncryptionSet getDiskEncryptionSet()
AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.
-
setDiskEncryptionSet
public void setDiskEncryptionSet(AzureDiskEncryptionSet diskEncryptionSet)
AzureCSIDriverConfigSpec defines properties that can be configured for the Azure CSI driver.
-
edit
public AzureCSIDriverConfigSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureCSIDriverConfigSpecBuilder>
-
toBuilder
public AzureCSIDriverConfigSpecBuilder toBuilder()
-
-