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 Apr 12, 2024
1 parent 3225bf4 commit 618eda3
Show file tree
Hide file tree
Showing 193 changed files with 53,173 additions and 13,132 deletions.
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:
controller-gen.kubebuilder.io/version: "v0.8.0"
controller-gen.kubebuilder.io/version: "v0.9.0"
labels:
app.kubernetes.io/name: "pgo"
app.kubernetes.io/version: "latest"
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:
controller-gen.kubebuilder.io/version: "v0.8.0"
controller-gen.kubebuilder.io/version: "v0.9.0"
labels:
app.kubernetes.io/name: "pgo"
app.kubernetes.io/version: "latest"
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:
controller-gen.kubebuilder.io/version: "v0.8.0"
controller-gen.kubebuilder.io/version: "v0.9.0"
labels:
app.kubernetes.io/name: "pgo"
app.kubernetes.io/version: "latest"
Expand Down Expand Up @@ -8726,7 +8726,6 @@ spec:
type: "object"
type: "object"
registrationRequired:
description: "Version information for installations with a registration requirement."
properties:
pgoVersion:
type: "string"
Expand All @@ -8738,7 +8737,6 @@ spec:
description: "The instance set associated with the startupInstance"
type: "string"
tokenRequired:
description: "Signals the need for a token to be applied when registration is required."
type: "string"
userInterface:
description: "Current state of the PostgreSQL user interface."
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:
api-approved.kubernetes.io: "https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/1298"
api-approved.kubernetes.io: "https://github.com/kubeflow/spark-operator/pull/1298"
controller-gen.kubebuilder.io/version: "(unknown)"
name: "scheduledsparkapplications.sparkoperator.k8s.io"
spec:
Expand Down Expand Up @@ -3759,6 +3759,10 @@ spec:
additionalProperties:
type: "string"
type: "object"
serviceLabels:
additionalProperties:
type: "string"
type: "object"
servicePort:
format: "int32"
type: "integer"
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:
api-approved.kubernetes.io: "https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/1298"
api-approved.kubernetes.io: "https://github.com/kubeflow/spark-operator/pull/1298"
controller-gen.kubebuilder.io/version: "(unknown)"
name: "sparkapplications.sparkoperator.k8s.io"
spec:
Expand Down Expand Up @@ -3745,6 +3745,10 @@ spec:
additionalProperties:
type: "string"
type: "object"
serviceLabels:
additionalProperties:
type: "string"
type: "object"
servicePort:
format: "int32"
type: "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,21 @@ spec:
description: "observedGeneration is the most recently observed generation of the DNSRecord. When the DNSRecord is updated, the controller updates the corresponding record in each managed zone. If an update for a particular zone fails, that failure is recorded in the status condition for the zone so that the controller can determine that it needs to retry the update for that specific zone."
format: "int64"
type: "integer"
queuedAt:
description: "QueuedAt is a time when DNS record was received for the reconciliation"
format: "date-time"
type: "string"
queuedFor:
description: "QueuedFor is a time when we expect a DNS record to be reconciled again"
format: "date-time"
type: "string"
validFor:
description: "ValidFor indicates duration since the last reconciliation we consider data in the record to be valid"
type: "string"
writeCounter:
description: "WriteCounter represent a number of consecutive write attempts on the same generation of the record. It is being reset to 0 when the generation changes or there are no changes to write."
format: "int64"
type: "integer"
type: "object"
type: "object"
served: true
Expand Down
Loading

0 comments on commit 618eda3

Please sign in to comment.