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 authored Jun 28, 2024
1 parent 698940f commit 27215d3
Show file tree
Hide file tree
Showing 178 changed files with 26,839 additions and 4,830 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ spec:
- "name"
type: "object"
ownerID:
description: "ownerID is a unique string used to identify the owner of this record."
maxLength: 12
description: "ownerID is a unique string used to identify the owner of this record.\nIf unset or set to an empty string the record UID will be used."
maxLength: 36
minLength: 6
type: "string"
x-kubernetes-validations:
Expand All @@ -111,9 +111,13 @@ spec:
type: "string"
required:
- "managedZone"
- "ownerID"
- "rootHost"
type: "object"
x-kubernetes-validations:
- message: "OwnerID can't be unset if it was previously set"
rule: "!has(oldSelf.ownerID) || has(self.ownerID)"
- message: "OwnerID can't be set if it was previously unset"
rule: "has(oldSelf.ownerID) || !has(self.ownerID)"
status:
description: "DNSRecordStatus defines the observed state of DNSRecord"
properties:
Expand Down Expand Up @@ -312,6 +316,9 @@ spec:
description: "observedGeneration is the most recently observed generation of the\nDNSRecord. When the DNSRecord is updated, the controller updates the\ncorresponding record in each managed zone. If an update for a\nparticular zone fails, that failure is recorded in the status\ncondition for the zone so that the controller can determine that it\nneeds to retry the update for that specific zone."
format: "int64"
type: "integer"
ownerID:
description: "ownerID is a unique string used to identify the owner of this record."
type: "string"
queuedAt:
description: "QueuedAt is a time when DNS record was received for the reconciliation"
format: "date-time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ spec:
singular: "bitwarden-secret"
scope: "Namespaced"
versions:
- name: "v1beta6"
- deprecated: true
name: "v1beta6"
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -53,4 +54,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: "v1beta6"
- deprecated: true
name: "v1beta6"
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
Expand Up @@ -12,7 +12,8 @@ spec:
singular: "registry-credential"
scope: "Namespaced"
versions:
- name: "v1beta6"
- deprecated: true
name: "v1beta6"
schema:
openAPIV3Schema:
properties:
Expand Down Expand Up @@ -46,4 +47,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,58 @@
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: "v1beta7"
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"
secretType:
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,45 @@
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: "v1beta7"
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"
secretType:
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,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: "v1beta7"
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
aerospike-kubernetes-operator/version: "3.3.0"
aerospike-kubernetes-operator/version: "3.3.1"
controller-gen.kubebuilder.io/version: "v0.12.1"
name: "aerospikeclusters.asdb.aerospike.com"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
kind: "CustomResourceDefinition"
metadata:
annotations:
aerospike-kubernetes-operator/version: "3.3.0"
aerospike-kubernetes-operator/version: "3.3.1"
controller-gen.kubebuilder.io/version: "v0.12.1"
name: "aerospikeclusters.asdb.aerospike.com"
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,10 @@ spec:
- "IfNotPresent"
type: "string"
limitCPU:
description: "The maximum amount of CPU required."
description: "The maximum amount of CPU to be provided (default 500 millicores)."
type: "string"
limitMemory:
description: "The maximum amount of memory required."
description: "The maximum amount of memory to be provided (default 512 Mi)."
type: "string"
name:
description: "The main container name. It's named `integration` by default."
Expand All @@ -584,10 +584,10 @@ spec:
description: "To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true."
type: "string"
requestCPU:
description: "The minimum amount of CPU required."
description: "The minimum amount of CPU required (default 125 millicores)."
type: "string"
requestMemory:
description: "The minimum amount of memory required."
description: "The minimum amount of memory required (default 128 Mi)."
type: "string"
runAsNonRoot:
description: "Security Context RunAsNonRoot configuration (default false)."
Expand Down Expand Up @@ -650,6 +650,9 @@ spec:
description: "Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones."
format: "int64"
type: "integer"
timeZone:
description: "The timezone that the CronJob will run on"
type: "string"
type: "object"
dependencies:
description: "The configuration of Dependencies trait"
Expand Down Expand Up @@ -2110,10 +2113,10 @@ spec:
- "IfNotPresent"
type: "string"
limitCPU:
description: "The maximum amount of CPU required."
description: "The maximum amount of CPU to be provided (default 500 millicores)."
type: "string"
limitMemory:
description: "The maximum amount of memory required."
description: "The maximum amount of memory to be provided (default 512 Mi)."
type: "string"
name:
description: "The main container name. It's named `integration` by default."
Expand All @@ -2125,10 +2128,10 @@ spec:
description: "To configure a different port name for the port exposed by the container. It defaults to `http` only when the `expose` parameter is true."
type: "string"
requestCPU:
description: "The minimum amount of CPU required."
description: "The minimum amount of CPU required (default 125 millicores)."
type: "string"
requestMemory:
description: "The minimum amount of memory required."
description: "The minimum amount of memory required (default 128 Mi)."
type: "string"
runAsNonRoot:
description: "Security Context RunAsNonRoot configuration (default false)."
Expand Down Expand Up @@ -2191,6 +2194,9 @@ spec:
description: "Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones."
format: "int64"
type: "integer"
timeZone:
description: "The timezone that the CronJob will run on"
type: "string"
type: "object"
dependencies:
description: "The configuration of Dependencies trait"
Expand Down
Loading

0 comments on commit 27215d3

Please sign in to comment.