Created
June 6, 2019 22:05
-
-
Save guanzo/4d5d7de740b26c009927562b95afd427 to your computer and use it in GitHub Desktop.
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
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
annotations: | |
helm.sh/hook: crd-install | |
creationTimestamp: "2019-06-04T20:20:40Z" | |
generation: 1 | |
name: federatedsecrets.types.kubefed.k8s.io | |
resourceVersion: "5492" | |
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/federatedsecrets.types.kubefed.k8s.io | |
uid: 389739ec-8706-11e9-bbc9-42010a8a013d | |
spec: | |
conversion: | |
strategy: None | |
group: types.kubefed.k8s.io | |
names: | |
kind: FederatedSecret | |
listKind: FederatedSecretList | |
plural: federatedsecrets | |
singular: federatedsecret | |
scope: Namespaced | |
subresources: | |
status: {} | |
validation: | |
openAPIV3Schema: | |
properties: | |
apiVersion: | |
type: string | |
kind: | |
type: string | |
metadata: | |
type: object | |
spec: | |
properties: | |
overrides: | |
items: | |
properties: | |
clusterName: | |
type: string | |
clusterOverrides: | |
items: | |
properties: | |
path: | |
type: string | |
value: | |
anyOf: | |
- type: string | |
- type: integer | |
- type: boolean | |
- type: object | |
- type: array | |
type: object | |
type: array | |
type: object | |
type: array | |
placement: | |
properties: | |
clusterSelector: | |
properties: | |
matchExpressions: | |
items: | |
properties: | |
key: | |
type: string | |
operator: | |
type: string | |
values: | |
items: | |
type: string | |
type: array | |
required: | |
- key | |
- operator | |
type: object | |
type: array | |
matchLabels: | |
additionalProperties: | |
type: string | |
type: object | |
type: object | |
clusters: | |
items: | |
properties: | |
name: | |
type: string | |
required: | |
- name | |
type: object | |
type: array | |
type: object | |
template: | |
properties: | |
apiVersion: | |
type: string | |
data: | |
additionalProperties: | |
format: byte | |
type: string | |
type: object | |
kind: | |
type: string | |
metadata: | |
properties: | |
annotations: | |
additionalProperties: | |
type: string | |
type: object | |
clusterName: | |
type: string | |
creationTimestamp: | |
format: date-time | |
type: string | |
deletionGracePeriodSeconds: | |
format: int64 | |
type: integer | |
deletionTimestamp: | |
format: date-time | |
type: string | |
finalizers: | |
items: | |
type: string | |
type: array | |
generateName: | |
type: string | |
generation: | |
format: int64 | |
type: integer | |
initializers: | |
properties: | |
pending: | |
items: | |
properties: | |
name: | |
type: string | |
required: | |
- name | |
type: object | |
type: array | |
result: | |
properties: | |
apiVersion: | |
type: string | |
code: | |
format: int32 | |
type: integer | |
details: | |
properties: | |
causes: | |
items: | |
properties: | |
field: | |
type: string | |
message: | |
type: string | |
reason: | |
type: string | |
type: object | |
type: array | |
group: | |
type: string | |
kind: | |
type: string | |
name: | |
type: string | |
retryAfterSeconds: | |
format: int32 | |
type: integer | |
uid: | |
type: string | |
type: object | |
kind: | |
type: string | |
message: | |
type: string | |
metadata: | |
properties: | |
continue: | |
type: string | |
resourceVersion: | |
type: string | |
selfLink: | |
type: string | |
type: object | |
reason: | |
type: string | |
type: object | |
required: | |
- pending | |
type: object | |
labels: | |
additionalProperties: | |
type: string | |
type: object | |
name: | |
type: string | |
namespace: | |
type: string | |
ownerReferences: | |
items: | |
properties: | |
apiVersion: | |
type: string | |
blockOwnerDeletion: | |
type: boolean | |
controller: | |
type: boolean | |
kind: | |
type: string | |
name: | |
type: string | |
uid: | |
type: string | |
required: | |
- apiVersion | |
- kind | |
- name | |
- uid | |
type: object | |
type: array | |
resourceVersion: | |
type: string | |
selfLink: | |
type: string | |
uid: | |
type: string | |
type: object | |
stringData: | |
additionalProperties: | |
type: string | |
type: object | |
type: | |
type: string | |
type: object | |
type: object | |
status: | |
properties: | |
clusters: | |
items: | |
properties: | |
name: | |
type: string | |
status: | |
type: string | |
required: | |
- name | |
type: object | |
type: array | |
conditions: | |
items: | |
properties: | |
lastProbeTime: | |
format: date-time | |
type: string | |
lastTransitionTime: | |
format: date-time | |
type: string | |
reason: | |
type: string | |
status: | |
type: string | |
type: | |
type: string | |
required: | |
- type | |
- status | |
type: object | |
type: array | |
type: object | |
version: v1beta1 | |
versions: | |
- name: v1beta1 | |
served: true | |
storage: true | |
status: | |
acceptedNames: | |
kind: FederatedSecret | |
listKind: FederatedSecretList | |
plural: federatedsecrets | |
singular: federatedsecret | |
conditions: | |
- lastTransitionTime: "2019-06-04T20:20:40Z" | |
message: no conflicts found | |
reason: NoConflicts | |
status: "True" | |
type: NamesAccepted | |
- lastTransitionTime: null | |
message: the initial names have been accepted | |
reason: InitialNamesAccepted | |
status: "True" | |
type: Established | |
storedVersions: | |
- v1beta1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment