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
description: ClusterPullSecret is the Schema for the clusterpullsecrets API
38
35
properties:
39
36
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'
37
+
description: 'APIVersion defines the versioned schema of this representation
38
+
of an object. Servers should convert recognized schemas to the latest
39
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
41
40
type: string
42
41
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'
42
+
description: 'Kind is a string value representing the REST resource this
43
+
object represents. Servers may infer this from the endpoint the client
44
+
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
45
type: string
45
46
metadata:
46
47
type: object
47
48
spec:
48
49
description: ClusterPullSecretSpec defines the desired state of ClusterPullSecret
49
50
properties:
50
51
secretRef:
52
+
description: ObjectMeta contains enough information to locate the
53
+
referenced Kubernetes resource object in any namespace.
51
54
properties:
52
55
name:
56
+
description: Name of the referent.
53
57
type: string
54
58
namespace:
59
+
description: Namespace of the referent, when not specified it
60
+
acts as LocalObjectReference.
55
61
type: string
62
+
required:
63
+
- name
56
64
type: object
57
65
type: object
58
66
status:
59
67
description: ClusterPullSecretStatus defines the observed state of ClusterPullSecret
0 commit comments