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: addon/v1alpha1/0000_01_addon.open-cluster-management.io_managedclusteraddons.crd.yaml
+12
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,18 @@ spec:
137
137
description: RegistrationConfig defines the configuration of the addon agent to register to hub. The Klusterlet agent will create a csr for the addon agent with the registrationConfig.
138
138
type: object
139
139
properties:
140
+
certificateStatus:
141
+
description: certificateStatus actively tracks the status of the certificate used by the addon.
142
+
type: object
143
+
properties:
144
+
expiringTimestamp:
145
+
description: expiringTimestamp records the next time certificate will expire.
146
+
type: string
147
+
format: date-time
148
+
lastRenewedTimestamp:
149
+
description: lastRenewedTimestamp records the last timestamp when we approved/renewed certificates for the addon agents.
150
+
type: string
151
+
format: date-time
140
152
signerName:
141
153
description: signerName is the name of signer that addon agent will use to create csr.
0 commit comments