@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1beta1CertificateStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_LAST_FAILURE_TIME |
static String |
SERIALIZED_NAME_NEXT_PRIVATE_KEY_SECRET_NAME |
static String |
SERIALIZED_NAME_NOT_AFTER |
static String |
SERIALIZED_NAME_NOT_BEFORE |
static String |
SERIALIZED_NAME_RENEWAL_TIME |
static String |
SERIALIZED_NAME_REVISION |
| Constructor and Description |
|---|
V1beta1CertificateStatus() |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CertificateStatus |
addConditionsItem(V1beta1CertificateStatusConditions conditionsItem) |
V1beta1CertificateStatus |
conditions(List<V1beta1CertificateStatusConditions> conditions) |
boolean |
equals(Object o) |
List<V1beta1CertificateStatusConditions> |
getConditions()
List of status conditions to indicate the status of certificates.
|
org.joda.time.DateTime |
getLastFailureTime()
LastFailureTime is the time as recorded by the Certificate controller of the most recent
failure to complete a CertificateRequest for this Certificate resource.
|
String |
getNextPrivateKeySecretName()
The name of the Secret resource containing the private key to be used for the next certificate
iteration.
|
org.joda.time.DateTime |
getNotAfter()
The expiration time of the certificate stored in the secret named by this resource in
`spec.secretName`.
|
org.joda.time.DateTime |
getNotBefore()
The time after which the certificate stored in the secret named by this resource in
spec.secretName is valid.
|
org.joda.time.DateTime |
getRenewalTime()
RenewalTime is the time at which the certificate will be next renewed.
|
Integer |
getRevision()
The current 'revision' of the certificate as issued.
|
int |
hashCode() |
V1beta1CertificateStatus |
lastFailureTime(org.joda.time.DateTime lastFailureTime) |
V1beta1CertificateStatus |
nextPrivateKeySecretName(String nextPrivateKeySecretName) |
V1beta1CertificateStatus |
notAfter(org.joda.time.DateTime notAfter) |
V1beta1CertificateStatus |
notBefore(org.joda.time.DateTime notBefore) |
V1beta1CertificateStatus |
renewalTime(org.joda.time.DateTime renewalTime) |
V1beta1CertificateStatus |
revision(Integer revision) |
void |
setConditions(List<V1beta1CertificateStatusConditions> conditions) |
void |
setLastFailureTime(org.joda.time.DateTime lastFailureTime) |
void |
setNextPrivateKeySecretName(String nextPrivateKeySecretName) |
void |
setNotAfter(org.joda.time.DateTime notAfter) |
void |
setNotBefore(org.joda.time.DateTime notBefore) |
void |
setRenewalTime(org.joda.time.DateTime renewalTime) |
void |
setRevision(Integer revision) |
String |
toString() |
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_LAST_FAILURE_TIME
public static final String SERIALIZED_NAME_NEXT_PRIVATE_KEY_SECRET_NAME
public static final String SERIALIZED_NAME_NOT_AFTER
public static final String SERIALIZED_NAME_NOT_BEFORE
public static final String SERIALIZED_NAME_RENEWAL_TIME
public static final String SERIALIZED_NAME_REVISION
public V1beta1CertificateStatus conditions(List<V1beta1CertificateStatusConditions> conditions)
public V1beta1CertificateStatus addConditionsItem(V1beta1CertificateStatusConditions conditionsItem)
@Nullable public List<V1beta1CertificateStatusConditions> getConditions()
public void setConditions(List<V1beta1CertificateStatusConditions> conditions)
public V1beta1CertificateStatus lastFailureTime(org.joda.time.DateTime lastFailureTime)
@Nullable public org.joda.time.DateTime getLastFailureTime()
public void setLastFailureTime(org.joda.time.DateTime lastFailureTime)
public V1beta1CertificateStatus nextPrivateKeySecretName(String nextPrivateKeySecretName)
@Nullable public String getNextPrivateKeySecretName()
public void setNextPrivateKeySecretName(String nextPrivateKeySecretName)
public V1beta1CertificateStatus notAfter(org.joda.time.DateTime notAfter)
@Nullable public org.joda.time.DateTime getNotAfter()
public void setNotAfter(org.joda.time.DateTime notAfter)
public V1beta1CertificateStatus notBefore(org.joda.time.DateTime notBefore)
@Nullable public org.joda.time.DateTime getNotBefore()
public void setNotBefore(org.joda.time.DateTime notBefore)
public V1beta1CertificateStatus renewalTime(org.joda.time.DateTime renewalTime)
@Nullable public org.joda.time.DateTime getRenewalTime()
public void setRenewalTime(org.joda.time.DateTime renewalTime)
public V1beta1CertificateStatus revision(Integer revision)
@Nullable public Integer getRevision()
public void setRevision(Integer revision)
Copyright © 2020. All rights reserved.