Class EncryptionAlibaba

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<EncryptionAlibabaBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class EncryptionAlibaba
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<EncryptionAlibabaBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used
    See Also:
    Serialized Form
    • Constructor Detail

      • EncryptionAlibaba

        public EncryptionAlibaba()
        No args constructor for use in serialization
    • Method Detail

      • getKms

        public KMSEncryptionAlibaba getKms()
        EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used
      • setKms

        public void setKms​(KMSEncryptionAlibaba kms)
        EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used
      • getMethod

        public String getMethod()
        method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `AES256`.
      • setMethod

        public void setMethod​(String method)
        method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `AES256`.
      • getAdditionalProperties

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

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

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