Class 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 Detail

      • KMSConfig

        public KMSConfig()
        No args constructor for use in serialization
    • 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.
      • getAdditionalProperties

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

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

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