Class CredentialsStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.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 Summary
Constructors Constructor Description CredentialsStatus()No args constructor for use in serializationCredentialsStatus(io.fabric8.kubernetes.api.model.SecretReference credentials, String credentialsVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsStatusBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.SecretReferencegetCredentials()CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.StringgetCredentialsVersion()CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCredentials(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.voidsetCredentialsVersion(String credentialsVersion)CredentialsStatus contains the reference and version of the last set of BMC credentials the controller was able to validate.CredentialsStatusBuildertoBuilder()
-
-
-
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.
-
edit
public CredentialsStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<CredentialsStatusBuilder>
-
toBuilder
public CredentialsStatusBuilder toBuilder()
-
-