You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/registry-creds/registry-creds-system.yaml
+31-34Lines changed: 31 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -5,56 +5,55 @@ metadata:
5
5
control-plane: registry-creds-controller
6
6
name: registry-creds-system
7
7
---
8
-
apiVersion: apiextensions.k8s.io/v1beta1
8
+
apiVersion: apiextensions.k8s.io/v1
9
9
kind: CustomResourceDefinition
10
10
metadata:
11
11
annotations:
12
12
controller-gen.kubebuilder.io/version: v0.2.5
13
13
creationTimestamp: null
14
14
name: clusterpullsecrets.ops.alexellis.io
15
15
spec:
16
-
additionalPrinterColumns:
17
-
- JSONPath: .spec.secretRef.name
18
-
name: SecretName
19
-
type: string
20
-
- JSONPath: .spec.secretRef.namespace
21
-
name: SecretNamespace
22
-
type: string
23
16
group: ops.alexellis.io
24
17
names:
25
18
kind: ClusterPullSecret
26
19
listKind: ClusterPullSecretList
27
20
plural: clusterpullsecrets
28
21
singular: clusterpullsecret
29
22
scope: Cluster
30
-
subresources: {}
31
-
validation:
32
-
openAPIV3Schema:
33
-
description: ClusterPullSecret is the Schema for the clusterpullsecrets API
34
-
properties:
35
-
apiVersion:
36
-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37
-
type: string
38
-
kind:
39
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
40
-
type: string
41
-
metadata:
42
-
type: object
43
-
spec:
44
-
description: ClusterPullSecretSpec defines the desired state of ClusterPullSecret
45
-
properties:
46
-
secretRef:
47
-
type: object
48
-
type: object
49
-
status:
50
-
description: ClusterPullSecretStatus defines the observed state of ClusterPullSecret
51
-
type: object
52
-
type: object
53
-
version: v1
54
23
versions:
55
24
- name: v1
56
25
served: true
57
26
storage: true
27
+
subresources: {}
28
+
additionalPrinterColumns:
29
+
- jsonPath: .spec.secretRef.name
30
+
name: SecretName
31
+
type: string
32
+
- jsonPath: .spec.secretRef.namespace
33
+
name: SecretNamespace
34
+
type: string
35
+
schema:
36
+
openAPIV3Schema:
37
+
description: ClusterPullSecret is the Schema for the clusterpullsecrets API
38
+
properties:
39
+
apiVersion:
40
+
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
41
+
type: string
42
+
kind:
43
+
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
44
+
type: string
45
+
metadata:
46
+
type: object
47
+
spec:
48
+
description: ClusterPullSecretSpec defines the desired state of ClusterPullSecret
49
+
properties:
50
+
secretRef:
51
+
type: object
52
+
type: object
53
+
status:
54
+
description: ClusterPullSecretStatus defines the observed state of ClusterPullSecret
0 commit comments