We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c9872 commit aef1a64Copy full SHA for aef1a64
crd/multitenancy/api/v1alpha1/podnetworkinstance.go
@@ -18,9 +18,8 @@ import (
18
// +kubebuilder:metadata:labels=owner=
19
// +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.status`
20
//
21
-// Enforce immutability of .spec once reconcile is complete (status becomes Ready).
+// Enforce immutability of .spec.
22
// Rule semantics:
23
-// - Allow CREATE.
24
// - Do not allow UPDATE require self.spec == oldSelf.spec (no spec changes).
25
26
// This compiles to a CRD-level x-kubernetes-validations transition rule using oldSelf.
0 commit comments