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: CachedImage is the Schema for the cachedimages API
43
42
properties:
44
43
apiVersion:
45
-
description: 'APIVersion defines the versioned schema of this representation
46
-
of an object. Servers should convert recognized schemas to the latest
47
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
+
description: |-
45
+
APIVersion defines the versioned schema of this representation of an object.
46
+
Servers should convert recognized schemas to the latest internal value, and
47
+
may reject unrecognized values.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
48
49
type: string
49
50
kind:
50
-
description: 'Kind is a string value representing the REST resource this
51
-
object represents. Servers may infer this from the endpoint the client
52
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
51
+
description: |-
52
+
Kind is a string value representing the REST resource this object represents.
53
+
Servers may infer this from the endpoint the client submits requests to.
54
+
Cannot be updated.
55
+
In CamelCase.
56
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
53
57
type: string
54
58
metadata:
55
59
type: object
@@ -93,8 +97,8 @@ spec:
93
97
usedBy:
94
98
properties:
95
99
count:
96
-
description: jsonpath function .length() is not implemented, so
97
-
the count field is required to display pods count in additionalPrinterColumns
100
+
description: |-
101
+
jsonpath function .length() is not implemented, so the count field is required to display pods count in additionalPrinterColumns
98
102
see https://github.com/kubernetes-sigs/controller-tools/issues/447
description: Repository is the Schema for the repositories API
34
33
properties:
35
34
apiVersion:
36
-
description: 'APIVersion defines the versioned schema of this representation
37
-
of an object. Servers should convert recognized schemas to the latest
38
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
35
+
description: |-
36
+
APIVersion defines the versioned schema of this representation of an object.
37
+
Servers should convert recognized schemas to the latest internal value, and
38
+
may reject unrecognized values.
39
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
39
40
type: string
40
41
kind:
41
-
description: 'Kind is a string value representing the REST resource this
42
-
object represents. Servers may infer this from the endpoint the client
43
-
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: |-
43
+
Kind is a string value representing the REST resource this object represents.
44
+
Servers may infer this from the endpoint the client submits requests to.
45
+
Cannot be updated.
46
+
In CamelCase.
47
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
44
48
type: string
45
49
metadata:
46
50
type: object
@@ -70,42 +74,42 @@ spec:
70
74
conditions:
71
75
items:
72
76
description: "Condition contains details for one aspect of the current
73
-
state of this API Resource. --- This struct is intended for direct
74
-
use as an array at the field path .status.conditions. For example,
75
-
\n type FooStatus struct{ // Represents the observations of a
76
-
foo's current state. // Known .status.conditions.type are: \"Available\",
77
-
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
0 commit comments