Class Credential

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Credential
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CredentialBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    Credential stores the information about a baremetal host's management controller.
    See Also:
    Serialized Form
    • Constructor Detail

      • Credential

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

      • getAddress

        public String getAddress()
        Credential stores the information about a baremetal host's management controller.
      • setAddress

        public void setAddress​(String address)
        Credential stores the information about a baremetal host's management controller.
      • getCertificateVerification

        public String getCertificateVerification()
        CertificateVerification Defines whether ssl certificate verification is required or not. If omitted, the platform chooses a default, that default is enabled.
      • setCertificateVerification

        public void setCertificateVerification​(String certificateVerification)
        CertificateVerification Defines whether ssl certificate verification is required or not. If omitted, the platform chooses a default, that default is enabled.
      • getHostName

        public String getHostName()
        Credential stores the information about a baremetal host's management controller.
      • setHostName

        public void setHostName​(String hostName)
        Credential stores the information about a baremetal host's management controller.
      • getPassword

        public String getPassword()
        Credential stores the information about a baremetal host's management controller.
      • setPassword

        public void setPassword​(String password)
        Credential stores the information about a baremetal host's management controller.
      • getUsername

        public String getUsername()
        Credential stores the information about a baremetal host's management controller.
      • setUsername

        public void setUsername​(String username)
        Credential stores the information about a baremetal host's management controller.
      • getAdditionalProperties

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

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

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