-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upstream specifications to their latest version
- Loading branch information
Showing
1,776 changed files
with
30,024 additions
and
8,979 deletions.
There are no files selected for viewing
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
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
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
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
56 changes: 56 additions & 0 deletions
56
...Lerentis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta6/bitwarden-secrets.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,56 @@ | ||
apiVersion: "apiextensions.k8s.io/v1" | ||
kind: "CustomResourceDefinition" | ||
metadata: | ||
name: "bitwarden-secrets.lerentis.uploadfilter24.eu" | ||
spec: | ||
group: "lerentis.uploadfilter24.eu" | ||
names: | ||
kind: "BitwardenSecret" | ||
plural: "bitwarden-secrets" | ||
shortNames: | ||
- "bws" | ||
singular: "bitwarden-secret" | ||
scope: "Namespaced" | ||
versions: | ||
- name: "v1beta6" | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
annotations: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
content: | ||
items: | ||
properties: | ||
element: | ||
properties: | ||
secretName: | ||
type: "string" | ||
secretRef: | ||
type: "string" | ||
secretScope: | ||
type: "string" | ||
required: | ||
- "secretName" | ||
type: "object" | ||
type: "object" | ||
type: "array" | ||
id: | ||
type: "string" | ||
labels: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
name: | ||
type: "string" | ||
namespace: | ||
type: "string" | ||
required: | ||
- "id" | ||
- "namespace" | ||
- "name" | ||
type: "object" | ||
type: "object" | ||
served: true | ||
storage: true |
43 changes: 43 additions & 0 deletions
43
...rentis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta6/bitwarden-templates.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,43 @@ | ||
apiVersion: "apiextensions.k8s.io/v1" | ||
kind: "CustomResourceDefinition" | ||
metadata: | ||
name: "bitwarden-templates.lerentis.uploadfilter24.eu" | ||
spec: | ||
group: "lerentis.uploadfilter24.eu" | ||
names: | ||
kind: "BitwardenTemplate" | ||
plural: "bitwarden-templates" | ||
shortNames: | ||
- "bwt" | ||
singular: "bitwarden-template" | ||
scope: "Namespaced" | ||
versions: | ||
- name: "v1beta6" | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
annotations: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
filename: | ||
type: "string" | ||
labels: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
name: | ||
type: "string" | ||
namespace: | ||
type: "string" | ||
template: | ||
type: "string" | ||
required: | ||
- "filename" | ||
- "template" | ||
- "namespace" | ||
- "name" | ||
type: "object" | ||
type: "object" | ||
served: true | ||
storage: true |
49 changes: 49 additions & 0 deletions
49
...entis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta6/registry-credentials.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,49 @@ | ||
apiVersion: "apiextensions.k8s.io/v1" | ||
kind: "CustomResourceDefinition" | ||
metadata: | ||
name: "registry-credentials.lerentis.uploadfilter24.eu" | ||
spec: | ||
group: "lerentis.uploadfilter24.eu" | ||
names: | ||
kind: "RegistryCredential" | ||
plural: "registry-credentials" | ||
shortNames: | ||
- "rgc" | ||
singular: "registry-credential" | ||
scope: "Namespaced" | ||
versions: | ||
- name: "v1beta6" | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
annotations: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
id: | ||
type: "string" | ||
labels: | ||
type: "object" | ||
x-kubernetes-preserve-unknown-fields: true | ||
name: | ||
type: "string" | ||
namespace: | ||
type: "string" | ||
passwordRef: | ||
type: "string" | ||
registry: | ||
type: "string" | ||
usernameRef: | ||
type: "string" | ||
required: | ||
- "id" | ||
- "namespace" | ||
- "name" | ||
- "usernameRef" | ||
- "passwordRef" | ||
- "registry" | ||
type: "object" | ||
type: "object" | ||
served: true | ||
storage: true |
Oops, something went wrong.