-
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
629 changed files
with
86,889 additions
and
22,194 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
343 changes: 183 additions & 160 deletions
343
...log/CrunchyData/postgres-operator/postgres-operator.crunchydata.com/v1beta1/pgadmins.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
224 changes: 118 additions & 106 deletions
224
...g/CrunchyData/postgres-operator/postgres-operator.crunchydata.com/v1beta1/pgupgrades.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,960 changes: 1,557 additions & 1,403 deletions
2,960
...chyData/postgres-operator/postgres-operator.crunchydata.com/v1beta1/postgresclusters.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
93 changes: 93 additions & 0 deletions
93
crd-catalog/FyraLabs/chisel-operator/chisel-operator.io/v2/exitnodes.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,93 @@ | ||
apiVersion: "apiextensions.k8s.io/v1" | ||
kind: "CustomResourceDefinition" | ||
metadata: | ||
name: "exitnodes.chisel-operator.io" | ||
spec: | ||
group: "chisel-operator.io" | ||
names: | ||
categories: [] | ||
kind: "ExitNode" | ||
plural: "exitnodes" | ||
shortNames: [] | ||
singular: "exitnode" | ||
scope: "Namespaced" | ||
versions: | ||
- additionalPrinterColumns: [] | ||
name: "v2" | ||
schema: | ||
openAPIV3Schema: | ||
description: "Auto-generated derived type for ExitNodeSpec via `CustomResource`" | ||
properties: | ||
spec: | ||
description: "ExitNode is a custom resource that represents a Chisel exit node. It will be used as the reverse proxy for all services in the cluster." | ||
properties: | ||
auth: | ||
description: "Optional authentication secret name to connect to the control plane" | ||
nullable: true | ||
type: "string" | ||
chisel_image: | ||
description: "Optional value for the chisel client image used to connect to the chisel server If not provided, jpillora/chisel:latest is used" | ||
nullable: true | ||
type: "string" | ||
default_route: | ||
default: false | ||
description: "Optional boolean value for whether to make the exit node the default route for the cluster If true, the exit node will be the default route for the cluster default value is false" | ||
type: "boolean" | ||
external_host: | ||
description: "Optional real external hostname/IP of exit node If not provided, the host field will be used" | ||
nullable: true | ||
type: "string" | ||
fingerprint: | ||
description: "Optional but highly recommended fingerprint to perform host-key validation against the server's public key" | ||
nullable: true | ||
type: "string" | ||
host: | ||
description: "Hostname or IP address of the chisel server" | ||
type: "string" | ||
port: | ||
description: "Control plane port of the chisel server" | ||
format: "uint16" | ||
minimum: 0.0 | ||
type: "integer" | ||
required: | ||
- "host" | ||
- "port" | ||
type: "object" | ||
status: | ||
nullable: true | ||
properties: | ||
id: | ||
nullable: true | ||
type: "string" | ||
ip: | ||
type: "string" | ||
name: | ||
type: "string" | ||
provider: | ||
type: "string" | ||
service_binding: | ||
items: | ||
properties: | ||
name: | ||
type: "string" | ||
namespace: | ||
type: "string" | ||
required: | ||
- "name" | ||
- "namespace" | ||
type: "object" | ||
type: "array" | ||
required: | ||
- "ip" | ||
- "name" | ||
- "provider" | ||
- "service_binding" | ||
type: "object" | ||
required: | ||
- "spec" | ||
title: "ExitNode" | ||
type: "object" | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} |
2,790 changes: 2,762 additions & 28 deletions
2,790
...atform/spark-on-k8s-operator/sparkoperator.k8s.io/v1beta2/scheduledsparkapplications.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2,791 changes: 2,763 additions & 28 deletions
2,791
...leCloudPlatform/spark-on-k8s-operator/sparkoperator.k8s.io/v1beta2/sparkapplications.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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.