Skip to content

Commit

Permalink
Update upstream specifications to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoss committed Jan 12, 2024
1 parent 6ca4c17 commit 818115c
Show file tree
Hide file tree
Showing 1,162 changed files with 21,015 additions and 4,207 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: bitwarden-secret
scope: Namespaced
versions:
- name: v1beta4
- deprecated: true
name: v1beta4
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -47,4 +48,4 @@ spec:
type: object
type: object
served: true
storage: true
storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: bitwarden-template
scope: Namespaced
versions:
- name: v1beta4
- deprecated: true
name: v1beta4
schema:
openAPIV3Schema:
properties:
Expand All @@ -34,4 +35,4 @@ spec:
type: object
type: object
served: true
storage: true
storage: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: registry-credential
scope: Namespaced
versions:
- name: v1beta4
- deprecated: true
name: v1beta4
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -40,4 +41,4 @@ spec:
type: object
type: object
served: true
storage: true
storage: false
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
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,10 @@ spec:
maxScrapeInterval:
description: MaxScrapeInterval allows limiting maximum scrape interval for VMServiceScrape, VMPodScrape and other scrapes If interval is higher than defined limit, `maxScrapeInterval` will be used.
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
minScrapeInterval:
description: MinScrapeInterval allows limiting minimal scrape interval for VMServiceScrape, VMPodScrape and other scrapes If interval is lower than defined limit, `minScrapeInterval` will be used.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ spec:
logLevel:
description: Log level for VMAlertmanager to be configured with.
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@ spec:
- FATAL
- PANIC
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ spec:
- FATAL
- PANIC
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
nodeSelector:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ spec:
- FATAL
- PANIC
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
name:
description: Name is deprecated and will be removed at 0.22.0 release
type: string
Expand Down Expand Up @@ -802,6 +806,10 @@ spec:
- FATAL
- PANIC
type: string
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
name:
description: Name is deprecated and will be removed at 0.22.0 release
type: string
Expand Down Expand Up @@ -1584,6 +1592,10 @@ spec:
format: int32
type: integer
type: array
minReadySeconds:
description: MinReadySeconds defines a minim number os seconds to wait before starting update next pod if previous in healthy state
format: int32
type: integer
name:
description: Name is deprecated and will be removed at 0.22.0 release
type: string
Expand Down
Loading

0 comments on commit 818115c

Please sign in to comment.