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
+7
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,13 @@ 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
+
lastRenewedTimestamp:
141
+
description: lastRenewedTimestamp records the last timestamp when we approved/renewed certificates for the addon agents.
142
+
type: string
143
+
format: date-time
144
+
lastRenewedValidity:
145
+
description: lastRenewedValidity records the last renewing certificate validity.
146
+
type: string
140
147
signerName:
141
148
description: signerName is the name of signer that addon agent will use to create csr.
0 commit comments