Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions chart/templates/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,39 @@ spec:
version:
type: string
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -110,9 +140,39 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -225,9 +285,39 @@ spec:
- repoUrl
- revision
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
{{- end }}
90 changes: 90 additions & 0 deletions chart/tests/common-labels/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,39 @@ spec:
version:
type: string
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -111,9 +141,39 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -226,11 +286,41 @@ spec:
- repoUrl
- revision
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
---
# Source: joy-operator-chart/templates/deployment.yaml
apiVersion: apps/v1
Expand Down
90 changes: 90 additions & 0 deletions chart/tests/helm/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,39 @@ spec:
version:
type: string
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -111,9 +141,39 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down Expand Up @@ -226,11 +286,41 @@ spec:
- repoUrl
- revision
type: object
status:
properties:
conditions:
items:
properties:
lastTransitionTime:
type: string
message:
type: string
observedGeneration:
type: integer
reason:
type: string
status:
type: string
type:
type: string
required:
- type
- status
- lastTransitionTime
- reason
- message
type: object
type: array
observedGeneration:
type: integer
type: object
required:
- spec
type: object
served: true
storage: true
subresources:
status: {}
---
# Source: joy-operator-chart/templates/deployment.yaml
apiVersion: apps/v1
Expand Down
Loading