File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ type ClusterExtensionSpec struct {
273
273
//
274
274
// In order to successfully install and manage the content for the package,
275
275
// the ServiceAccount provided via this field should be configured with the
276
- // appropriate permissions to perform the neccessary operations on all the
276
+ // appropriate permissions to perform the necessary operations on all the
277
277
// resources that are included in the bundle of content being applied.
278
278
ServiceAccount ServiceAccountReference `json:"serviceAccount"`
279
279
}
@@ -431,7 +431,7 @@ type ClusterExtensionStatus struct {
431
431
//+optional
432
432
ResolvedBundle * BundleMetadata `json:"resolvedBundle,omitempty"`
433
433
434
- // conditions is a represention of the current state for this ClusterExtension.
434
+ // conditions is a representation of the current state for this ClusterExtension.
435
435
// The status is represented by a set of "conditions".
436
436
//
437
437
// Each condition is generally structured in the following format:
You can’t perform that action at this time.
0 commit comments