-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forward-port ui-plugin-operator-crd 103.0.3+up0.2.2
- Loading branch information
1 parent
768c6ae
commit 245ee69
Showing
6 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+822 Bytes
assets/ui-plugin-operator-crd/ui-plugin-operator-crd-103.0.3+up0.2.2.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
annotations: | ||
catalog.cattle.io/certified: rancher | ||
catalog.cattle.io/hidden: "true" | ||
catalog.cattle.io/namespace: cattle-ui-plugin-system | ||
catalog.cattle.io/release-name: ui-plugin-operator-crd | ||
apiVersion: v1 | ||
description: Installs the CRDs for ui-plugin-operator. | ||
name: ui-plugin-operator-crd | ||
type: application | ||
version: 103.0.3+up0.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# ui-plugin-operator-crd | ||
A Rancher chart that installs the CRDs used by ui-plugin-operator. |
61 changes: 61 additions & 0 deletions
61
charts/ui-plugin-operator-crd/103.0.3+up0.2.2/templates/crds.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
name: uiplugins.catalog.cattle.io | ||
spec: | ||
group: catalog.cattle.io | ||
names: | ||
kind: UIPlugin | ||
plural: uiplugins | ||
singular: uiplugin | ||
preserveUnknownFields: false | ||
scope: Namespaced | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .spec.release.name | ||
name: Plugin Name | ||
type: string | ||
- jsonPath: .status.version | ||
name: Version | ||
type: string | ||
- jsonPath: .status.state | ||
name: State | ||
type: string | ||
name: v1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
plugin: | ||
properties: | ||
endpoint: | ||
nullable: true | ||
type: string | ||
metadata: | ||
additionalProperties: | ||
nullable: true | ||
type: string | ||
nullable: true | ||
type: object | ||
name: | ||
nullable: true | ||
type: string | ||
noCache: | ||
type: boolean | ||
version: | ||
nullable: true | ||
type: string | ||
type: object | ||
type: object | ||
status: | ||
properties: | ||
cacheState: | ||
nullable: true | ||
type: string | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters