Skip to content

Commit

Permalink
Synchronize all CRDs (#413)
Browse files Browse the repository at this point in the history
* Synchronize all CRDs

* Remove wrong VPA CRD.
  • Loading branch information
fhielpos authored May 14, 2024
1 parent 4c75100 commit dfe8453
Show file tree
Hide file tree
Showing 8 changed files with 3,829 additions and 1,263 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Synchronize CRDs.

## [0.18.1] - 2024-05-08

### Changed
Expand Down
9 changes: 7 additions & 2 deletions pkg/crds/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ spec:
type: object
nullable: true
type: array
x-kubernetes-list-map-keys:
- kind
- name
- namespace
x-kubernetes-list-type: map
install:
description: Install is the config used when installing the app.
nullable: true
Expand All @@ -163,11 +168,11 @@ spec:
when deploying the app.
properties:
context:
description: Context is the kubeconfig context.
description: 'Deprecated: this field is no longer used.'
nullable: true
properties:
name:
description: Name is the name of the kubeconfig context. e.g.
description: Name is the name of the kubeconfig context e.g.
giantswarm-12345.
type: string
required:
Expand Down
1,526 changes: 1,201 additions & 325 deletions pkg/crds/ciliumclusterwidenetworkpolicies.yaml

Large diffs are not rendered by default.

1,526 changes: 1,201 additions & 325 deletions pkg/crds/ciliumnetworkpolicies.yaml

Large diffs are not rendered by default.

591 changes: 408 additions & 183 deletions pkg/crds/podmonitors.yaml

Large diffs are not rendered by default.

343 changes: 338 additions & 5 deletions pkg/crds/policyexception.yaml

Large diffs are not rendered by default.

615 changes: 417 additions & 198 deletions pkg/crds/servicemonitors.yaml

Large diffs are not rendered by default.

478 changes: 253 additions & 225 deletions pkg/crds/verticalpodautoscalers.yaml

Large diffs are not rendered by default.

0 comments on commit dfe8453

Please sign in to comment.