Skip to content

Commit aef1a64

Browse files
committed
fix comment
1 parent 11c9872 commit aef1a64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crd/multitenancy/api/v1alpha1/podnetworkinstance.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ import (
1818
// +kubebuilder:metadata:labels=owner=
1919
// +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.status`
2020
//
21-
// Enforce immutability of .spec once reconcile is complete (status becomes Ready).
21+
// Enforce immutability of .spec.
2222
// Rule semantics:
23-
// - Allow CREATE.
2423
// - Do not allow UPDATE require self.spec == oldSelf.spec (no spec changes).
2524
//
2625
// This compiles to a CRD-level x-kubernetes-validations transition rule using oldSelf.

0 commit comments

Comments
 (0)