Class KMSConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.KMSConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<KMSConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class KMSConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<KMSConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
KMSConfig defines the configuration for the KMS instance that will be used with KMSEncryptionProvider encryption- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KMSConfig()No args constructor for use in serializationKMSConfig(AWSKMSConfig aws, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KMSConfigBuilderedit()Map<String,Object>getAdditionalProperties()AWSKMSConfiggetAws()KMSConfig defines the configuration for the KMS instance that will be used with KMSEncryptionProvider encryptionStringgetType()type defines the kind of platform for the KMS provider.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAws(AWSKMSConfig aws)KMSConfig defines the configuration for the KMS instance that will be used with KMSEncryptionProvider encryptionvoidsetType(String type)type defines the kind of platform for the KMS provider.KMSConfigBuildertoBuilder()
-
-
-
Constructor Detail
-
KMSConfig
public KMSConfig()
No args constructor for use in serialization
-
KMSConfig
public KMSConfig(AWSKMSConfig aws, String type)
-
-
Method Detail
-
getAws
public AWSKMSConfig getAws()
KMSConfig defines the configuration for the KMS instance that will be used with KMSEncryptionProvider encryption
-
setAws
public void setAws(AWSKMSConfig aws)
KMSConfig defines the configuration for the KMS instance that will be used with KMSEncryptionProvider encryption
-
getType
public String getType()
type defines the kind of platform for the KMS provider. Available provider types are AWS only.
-
setType
public void setType(String type)
type defines the kind of platform for the KMS provider. Available provider types are AWS only.
-
edit
public KMSConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<KMSConfigBuilder>
-
toBuilder
public KMSConfigBuilder toBuilder()
-
-