File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ slug: enforce-immutability-using-cel
7
7
8
8
** Author:** [ Alexander Zielenski] ( https://github.com/alexzielenski ) (Google)
9
9
10
- ---
11
10
Immutable fields can be found in a few places in the built-in Kubernetes types.
12
11
For example, you can't change the ` .metadata.name ` of an object. Specific objects
13
12
have fields where changes to existing objects are constrained; for example, the
@@ -293,7 +292,7 @@ openAPIV3Schema:
293
292
rule : ' !has(oldSelf.value) || has(self.value)'
294
293
` ` `
295
294
296
- ## Immutablility upon object creation
295
+ ## Immutability upon object creation
297
296
298
297
A field which is immutable upon creation time is implemented similarly to the
299
298
earlier example. The difference is that that field is marked required, and the
You can’t perform that action at this time.
0 commit comments