Class CredentialsStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class CredentialsStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<CredentialsStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.
    See Also:
    Serialized Form
    • Constructor Detail

      • CredentialsStatus

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

        public CredentialsStatus​(io.fabric8.kubernetes.api.model.SecretReference credentials,
                                 String credentialsVersion)
    • Method Detail

      • getCredentials

        public io.fabric8.kubernetes.api.model.SecretReference getCredentials()
        CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.
      • setCredentials

        public void setCredentials​(io.fabric8.kubernetes.api.model.SecretReference credentials)
        CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.
      • getCredentialsVersion

        public String getCredentialsVersion()
        CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.
      • setCredentialsVersion

        public void setCredentialsVersion​(String credentialsVersion)
        CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.
      • getAdditionalProperties

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

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

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