-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from font/fedv2-v0.0.2
rh-operators: add FederationV2 v0.0.2
- Loading branch information
Showing
33 changed files
with
1,635 additions
and
1 deletion.
There are no files selected for viewing
91 changes: 91 additions & 0 deletions
91
deploy/chart/catalog_resources/rh-operators/federationv2-cluster.crd.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,91 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: "" | ||
kubebuilder.k8s.io: 0.1.10 | ||
name: clusters.clusterregistry.k8s.io | ||
spec: | ||
group: clusterregistry.k8s.io | ||
names: | ||
kind: Cluster | ||
plural: clusters | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
authInfo: | ||
properties: | ||
controller: | ||
properties: | ||
kind: | ||
type: string | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
type: object | ||
user: | ||
properties: | ||
kind: | ||
type: string | ||
name: | ||
type: string | ||
namespace: | ||
type: string | ||
type: object | ||
type: object | ||
kubernetesApiEndpoints: | ||
properties: | ||
caBundle: | ||
items: | ||
type: byte | ||
type: string | ||
serverEndpoints: | ||
items: | ||
properties: | ||
clientCIDR: | ||
type: string | ||
serverAddress: | ||
type: string | ||
type: object | ||
type: array | ||
type: object | ||
type: object | ||
status: | ||
properties: | ||
conditions: | ||
items: | ||
properties: | ||
lastHeartbeatTime: | ||
format: date-time | ||
type: string | ||
lastTransitionTime: | ||
format: date-time | ||
type: string | ||
message: | ||
type: string | ||
reason: | ||
type: string | ||
status: | ||
type: string | ||
type: | ||
type: string | ||
type: object | ||
type: array | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
52 changes: 52 additions & 0 deletions
52
deploy/chart/catalog_resources/rh-operators/federationv2-dnsendpoint.crd.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,52 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: dnsendpoints.multiclusterdns.federation.k8s.io | ||
spec: | ||
group: multiclusterdns.federation.k8s.io | ||
names: | ||
kind: DNSEndpoint | ||
plural: dnsendpoints | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
endpoints: | ||
items: | ||
properties: | ||
dnsName: | ||
type: string | ||
labels: | ||
type: object | ||
recordTTL: | ||
format: int64 | ||
type: integer | ||
recordType: | ||
type: string | ||
targets: | ||
items: | ||
type: string | ||
type: array | ||
type: object | ||
type: array | ||
type: object | ||
status: | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
67 changes: 67 additions & 0 deletions
67
deploy/chart/catalog_resources/rh-operators/federationv2-federatedcluster.crd.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,67 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: federatedclusters.core.federation.k8s.io | ||
spec: | ||
group: core.federation.k8s.io | ||
names: | ||
kind: FederatedCluster | ||
plural: federatedclusters | ||
scope: Namespaced | ||
subresources: | ||
status: {} | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
clusterRef: | ||
type: object | ||
secretRef: | ||
type: object | ||
type: object | ||
status: | ||
properties: | ||
conditions: | ||
items: | ||
properties: | ||
lastProbeTime: | ||
format: date-time | ||
type: string | ||
lastTransitionTime: | ||
format: date-time | ||
type: string | ||
message: | ||
type: string | ||
reason: | ||
type: string | ||
status: | ||
type: string | ||
type: | ||
type: string | ||
required: | ||
- type | ||
- status | ||
type: object | ||
type: array | ||
region: | ||
type: string | ||
zone: | ||
type: string | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
36 changes: 36 additions & 0 deletions
36
deploy/chart/catalog_resources/rh-operators/federationv2-federatedconfigmap.crd.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,36 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: federatedconfigmaps.core.federation.k8s.io | ||
spec: | ||
group: core.federation.k8s.io | ||
names: | ||
kind: FederatedConfigMap | ||
plural: federatedconfigmaps | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
template: | ||
type: object | ||
type: object | ||
status: | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
43 changes: 43 additions & 0 deletions
43
deploy/chart/catalog_resources/rh-operators/federationv2-federatedconfigmapoverride.crd.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,43 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: federatedconfigmapoverrides.core.federation.k8s.io | ||
spec: | ||
group: core.federation.k8s.io | ||
names: | ||
kind: FederatedConfigMapOverride | ||
plural: federatedconfigmapoverrides | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
overrides: | ||
items: | ||
properties: | ||
clusterName: | ||
type: string | ||
data: | ||
type: object | ||
type: object | ||
type: array | ||
type: object | ||
status: | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
38 changes: 38 additions & 0 deletions
38
...oy/chart/catalog_resources/rh-operators/federationv2-federatedconfigmapplacement.crd.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,38 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: federatedconfigmapplacements.core.federation.k8s.io | ||
spec: | ||
group: core.federation.k8s.io | ||
names: | ||
kind: FederatedConfigMapPlacement | ||
plural: federatedconfigmapplacements | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
clusterNames: | ||
items: | ||
type: string | ||
type: array | ||
type: object | ||
status: | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
36 changes: 36 additions & 0 deletions
36
deploy/chart/catalog_resources/rh-operators/federationv2-federateddeployment.crd.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,36 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
api: federation | ||
kubebuilder.k8s.io: 1.0.3 | ||
name: federateddeployments.core.federation.k8s.io | ||
spec: | ||
group: core.federation.k8s.io | ||
names: | ||
kind: FederatedDeployment | ||
plural: federateddeployments | ||
scope: Namespaced | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
type: string | ||
kind: | ||
type: string | ||
metadata: | ||
type: object | ||
spec: | ||
properties: | ||
template: | ||
type: object | ||
type: object | ||
status: | ||
type: object | ||
version: v1alpha1 | ||
status: | ||
acceptedNames: | ||
kind: "" | ||
plural: "" | ||
conditions: null |
Oops, something went wrong.