-
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,162 changed files
with
21,015 additions
and
4,207 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
53 changes: 53 additions & 0 deletions
53
...Lerentis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta5/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,53 @@ | ||
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: v1beta5 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
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 |
40 changes: 40 additions & 0 deletions
40
...rentis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta5/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,40 @@ | ||
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: v1beta5 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
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 |
46 changes: 46 additions & 0 deletions
46
...entis/bitwarden-crd-operator/lerentis.uploadfilter24.eu/v1beta5/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,46 @@ | ||
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: v1beta5 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
spec: | ||
properties: | ||
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 |
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
Oops, something went wrong.