Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
benluddy committed Dec 12, 2024
1 parent 32ffed2 commit 8b6f854
Show file tree
Hide file tree
Showing 20 changed files with 200 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -296,10 +299,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -283,10 +286,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -296,10 +299,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -296,10 +299,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -265,10 +268,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -274,10 +277,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -265,10 +268,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -270,10 +273,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -283,10 +286,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -283,10 +286,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -266,10 +269,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -275,10 +278,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -266,10 +269,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ spec:
successful deployment
format: int32
type: integer
x-kubernetes-validations:
- message: must only increase
rule: self >= oldSelf
lastFailedCount:
description: lastFailedCount is how often the installer pod
of the last failed revision failed.
Expand Down Expand Up @@ -296,10 +299,17 @@ spec:
required:
- nodeName
type: object
x-kubernetes-validations:
- message: currentRevision cannot be unset once set
rule: has(self.currentRevision) || !has(oldSelf.currentRevision)
type: array
x-kubernetes-list-map-keys:
- nodeName
x-kubernetes-list-type: map
x-kubernetes-validations:
- message: no more than 1 node status may have a nonzero targetRevision
rule: size(self.filter(status, status.?targetRevision.orValue(0)
!= 0)) <= 1
observedGeneration:
description: observedGeneration is the last generation change you've
dealt with
Expand Down
Loading

0 comments on commit 8b6f854

Please sign in to comment.