You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client-java-contrib/cert-manager/src/main/java/io/cert/manager/models/V1beta1CertificateRequestStatus.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@
15
15
importcom.google.gson.annotations.SerializedName;
16
16
importio.swagger.annotations.ApiModel;
17
17
importio.swagger.annotations.ApiModelProperty;
18
+
importjava.time.OffsetDateTime;
18
19
importjava.util.ArrayList;
19
20
importjava.util.Arrays;
20
21
importjava.util.List;
21
22
importjava.util.Objects;
22
-
importorg.joda.time.DateTime;
23
23
24
24
/** Status of the CertificateRequest. This is set and managed automatically. */
25
25
@ApiModel(description = "Status of the CertificateRequest. This is set and managed automatically.")
@@ -45,7 +45,7 @@ public class V1beta1CertificateRequestStatus {
Copy file name to clipboardExpand all lines: client-java-contrib/cert-manager/src/main/java/io/cert/manager/models/V1beta1CertificateRequestStatusConditions.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
importio.swagger.annotations.ApiModel;
21
21
importio.swagger.annotations.ApiModelProperty;
22
22
importjava.io.IOException;
23
+
importjava.time.OffsetDateTime;
23
24
importjava.util.Objects;
24
-
importorg.joda.time.DateTime;
25
25
26
26
/** CertificateRequestCondition contains condition information for a CertificateRequest. */
27
27
@ApiModel(
@@ -34,7 +34,7 @@ public class V1beta1CertificateRequestStatusConditions {
@@ -112,11 +112,11 @@ public V1beta1CertificateStatus lastFailureTime(DateTime lastFailureTime) {
112
112
@ApiModelProperty(
113
113
value =
114
114
"LastFailureTime is the time as recorded by the Certificate controller of the most recent failure to complete a CertificateRequest for this Certificate resource. If set, cert-manager will not re-request another Certificate until 1 hour has elapsed from this time.")
Copy file name to clipboardExpand all lines: client-java-contrib/cert-manager/src/main/java/io/cert/manager/models/V1beta1CertificateStatusConditions.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
importio.swagger.annotations.ApiModel;
21
21
importio.swagger.annotations.ApiModelProperty;
22
22
importjava.io.IOException;
23
+
importjava.time.OffsetDateTime;
23
24
importjava.util.Objects;
24
-
importorg.joda.time.DateTime;
25
25
26
26
/** CertificateCondition contains condition information for an Certificate. */
27
27
@ApiModel(description = "CertificateCondition contains condition information for an Certificate.")
@@ -32,7 +32,7 @@ public class V1beta1CertificateStatusConditions {
0 commit comments