@@ -166,25 +166,25 @@ const (
166
166
// MRCVersionAnnotation is the annotation used for the version of the MeshRootCertificate
167
167
MRCVersionAnnotation = "openservicemesh.io/mrc-version"
168
168
169
- // MRCStateValidatingRollout is the validating rollout status option for the ProviderState of the MeshRootCertificate
169
+ // MRCStateValidatingRollout is the validating rollout status option for the State of the MeshRootCertificate
170
170
MRCStateValidatingRollout = "validatingRollout"
171
171
172
- // MRCStateIssuingRollout is the issuing rollout status option for the ProviderState of the MeshRootCertificate
172
+ // MRCStateIssuingRollout is the issuing rollout status option for the State of the MeshRootCertificate
173
173
MRCStateIssuingRollout = "issuingRollout"
174
174
175
- // MRCStateActive is the active status option for the ProviderState of the MeshRootCertificate
175
+ // MRCStateActive is the active status option for the State of the MeshRootCertificate
176
176
MRCStateActive = "active"
177
177
178
- // MRCStateIssuingRollback is the issuing rollback status option for the ProviderState of the MeshRootCertificate
178
+ // MRCStateIssuingRollback is the issuing rollback status option for the State of the MeshRootCertificate
179
179
MRCStateIssuingRollback = "issuingRollback"
180
180
181
- // MRCStateValidatingRollback is the validating rollback status option for the ProviderState of the MeshRootCertificate
181
+ // MRCStateValidatingRollback is the validating rollback status option for the State of the MeshRootCertificate
182
182
MRCStateValidatingRollback = "validatingRollback"
183
183
184
- // MRCStateInactive is the inactive status option for the ProviderState of the MeshRootCertificate
184
+ // MRCStateInactive is the inactive status option for the State of the MeshRootCertificate
185
185
MRCStateInactive = "inactive"
186
186
187
- // MRCStateError is the error status option for the ProviderState of the MeshRootCertificate
187
+ // MRCStateError is the error status option for the State of the MeshRootCertificate
188
188
MRCStateError = "error"
189
189
)
190
190
0 commit comments