Skip to content

Commit 6321569

Browse files
author
Tim Bannister
authored
Fix small snags
1 parent 26df065 commit 6321569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/blog/_posts/2022-09-29-immutability-with-cel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ slug: enforce-immutability-using-cel
77

88
**Author:** [Alexander Zielenski](https://github.com/alexzielenski) (Google)
99

10-
---
1110
Immutable fields can be found in a few places in the built-in Kubernetes types.
1211
For example, you can't change the `.metadata.name` of an object. Specific objects
1312
have fields where changes to existing objects are constrained; for example, the
@@ -293,7 +292,7 @@ openAPIV3Schema:
293292
rule: '!has(oldSelf.value) || has(self.value)'
294293
```
295294
296-
## Immutablility upon object creation
295+
## Immutability upon object creation
297296
298297
A field which is immutable upon creation time is implemented similarly to the
299298
earlier example. The difference is that that field is marked required, and the

0 commit comments

Comments
 (0)