Class Sigv4

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Sigv4
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<Sigv4Builder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
    See Also:
    Serialized Form
    • Constructor Detail

      • Sigv4

        public Sigv4()
        No args constructor for use in serialization
      • Sigv4

        public Sigv4​(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey,
                     String profile,
                     String region,
                     String roleArn,
                     io.fabric8.kubernetes.api.model.SecretKeySelector secretKey)
    • Method Detail

      • getAccessKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getAccessKey()
        Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
      • setAccessKey

        public void setAccessKey​(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey)
        Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
      • getProfile

        public String getProfile()
        Profile is the named AWS profile used to authenticate.
      • setProfile

        public void setProfile​(String profile)
        Profile is the named AWS profile used to authenticate.
      • getRegion

        public String getRegion()
        Region is the AWS region. If blank, the region from the default credentials chain used.
      • setRegion

        public void setRegion​(String region)
        Region is the AWS region. If blank, the region from the default credentials chain used.
      • getRoleArn

        public String getRoleArn()
        RoleArn is the named AWS profile used to authenticate.
      • setRoleArn

        public void setRoleArn​(String roleArn)
        RoleArn is the named AWS profile used to authenticate.
      • getSecretKey

        public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKey()
        Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
      • setSecretKey

        public void setSecretKey​(io.fabric8.kubernetes.api.model.SecretKeySelector secretKey)
        Sigv4 optionally configures AWS's Signature Verification 4 signing process to sign requests.
      • edit

        public Sigv4Builder edit()
        Specified by:
        edit in interface io.fabric8.kubernetes.api.builder.Editable<Sigv4Builder>
      • getAdditionalProperties

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

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

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