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: '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'
31
+
description: |-
32
+
APIVersion defines the versioned schema of this representation of an object.
33
+
Servers should convert recognized schemas to the latest internal value, and
34
+
may reject unrecognized values.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
36
type: string
34
37
kind:
35
-
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'
38
+
description: |-
39
+
Kind is a string value representing the REST resource this object represents.
40
+
Servers may infer this from the endpoint the client submits requests to.
41
+
Cannot be updated.
42
+
In CamelCase.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
44
type: string
37
45
metadata:
38
46
type: object
@@ -45,10 +53,22 @@ spec:
45
53
type: object
46
54
properties:
47
55
disableCopiedCSVs:
48
-
description: DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature for operators installed at the cluster scope, where a cluster scoped operator is one that has been installed in an OperatorGroup that targets all namespaces. When reenabled, OLM will recreate the "Copied CSVs" for each cluster scoped operator.
56
+
description: |-
57
+
DisableCopiedCSVs is used to disable OLM's "Copied CSV" feature
58
+
for operators installed at the cluster scope, where a cluster
59
+
scoped operator is one that has been installed in an
60
+
OperatorGroup that targets all namespaces.
61
+
When reenabled, OLM will recreate the "Copied CSVs" for each
62
+
cluster scoped operator.
49
63
type: boolean
50
64
packageServerSyncInterval:
51
-
description: PackageServerSyncInterval is used to define the sync interval for packagerserver pods. Packageserver pods periodically check the status of CatalogSources; this specifies the period using duration format (e.g. "60m"). For this parameter, only hours ("h"), minutes ("m"), and seconds ("s") may be specified. When not specified, the period defaults to the value specified within the packageserver.
65
+
description: |-
66
+
PackageServerSyncInterval is used to define the sync interval for
67
+
packagerserver pods. Packageserver pods periodically check the
68
+
status of CatalogSources; this specifies the period using duration
69
+
format (e.g. "60m"). For this parameter, only hours ("h"), minutes
70
+
("m"), and seconds ("s") may be specified. When not specified, the
71
+
period defaults to the value specified within the packageserver.
52
72
type: string
53
73
pattern: ^([0-9]+(\.[0-9]+)?(s|m|h))+$
54
74
status:
@@ -58,7 +78,24 @@ spec:
58
78
conditions:
59
79
type: array
60
80
items:
61
-
description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, \n type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
81
+
description: |-
82
+
Condition contains details for one aspect of the current state of this API Resource.
83
+
---
84
+
This struct is intended for direct use as an array at the field path .status.conditions. For example,
85
+
86
+
87
+
type FooStatus struct{
88
+
// Represents the observations of a foo's current state.
89
+
// Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
description: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
108
+
description: |-
109
+
lastTransitionTime is the last time the condition transitioned from one status to another.
110
+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
72
111
type: string
73
112
format: date-time
74
113
message:
75
-
description: message is a human readable message indicating details about the transition. This may be an empty string.
114
+
description: |-
115
+
message is a human readable message indicating details about the transition.
116
+
This may be an empty string.
76
117
type: string
77
118
maxLength: 32768
78
119
observedGeneration:
79
-
description: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
120
+
description: |-
121
+
observedGeneration represents the .metadata.generation that the condition was set based upon.
122
+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
123
+
with respect to the current state of the instance.
80
124
type: integer
81
125
format: int64
82
126
minimum: 0
83
127
reason:
84
-
description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
128
+
description: |-
129
+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
130
+
Producers of specific condition types may define expected values and meanings for this field,
131
+
and whether the values are considered a guaranteed API.
132
+
The value should be a CamelCase string.
133
+
This field may not be empty.
85
134
type: string
86
135
maxLength: 1024
87
136
minLength: 1
@@ -94,7 +143,12 @@ spec:
94
143
- "False"
95
144
- Unknown
96
145
type:
97
-
description: type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
146
+
description: |-
147
+
type of condition in CamelCase or in foo.example.com/CamelCase.
148
+
---
149
+
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
150
+
useful (see .node.status.conditions), the ability to deconflict is important.
151
+
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
0 commit comments