File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 30
30
description : A grouping of namespaces for usage with an operator.
31
31
properties :
32
32
spec :
33
+ type : object
34
+ description : Spec for an OperatorGroup.
33
35
properties :
34
36
selector :
35
37
type : object
80
82
staticProvidedAPIs :
81
83
type : boolean
82
84
description : If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
83
- type : object
84
85
status :
86
+ type : object
87
+ description : The status of the OperatorGroup.
85
88
properties :
86
89
lastUpdated :
87
90
format : date-time
92
95
type : array
93
96
required :
94
97
- lastUpdated
95
- type : object
96
98
required :
97
99
- metadata
Original file line number Diff line number Diff line change @@ -1075,6 +1075,8 @@ spec:
1075
1075
description : A grouping of namespaces for usage with an operator.
1076
1076
properties :
1077
1077
spec :
1078
+ type : object
1079
+ description : Spec for an OperatorGroup.
1078
1080
properties :
1079
1081
selector :
1080
1082
type : object
@@ -1125,8 +1127,9 @@ spec:
1125
1127
staticProvidedAPIs :
1126
1128
type : boolean
1127
1129
description : If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
1128
- type : object
1129
1130
status :
1131
+ type : object
1132
+ description : The status of the OperatorGroup.
1130
1133
properties :
1131
1134
lastUpdated :
1132
1135
format : date-time
@@ -1137,6 +1140,5 @@ spec:
1137
1140
type : array
1138
1141
required :
1139
1142
- lastUpdated
1140
- type : object
1141
1143
required :
1142
1144
- metadata
Original file line number Diff line number Diff line change 30
30
description : A grouping of namespaces for usage with an operator.
31
31
properties :
32
32
spec :
33
+ type : object
34
+ description : Spec for an OperatorGroup.
33
35
properties :
34
36
selector :
35
37
type : object
80
82
staticProvidedAPIs :
81
83
type : boolean
82
84
description : If true, OLM will not modify the OperatorGroup's providedAPIs annotation.
83
- type : object
84
85
status :
86
+ type : object
87
+ description : The status of the OperatorGroup.
85
88
properties :
86
89
lastUpdated :
87
90
format : date-time
92
95
type : array
93
96
required :
94
97
- lastUpdated
95
- type : object
96
98
required :
97
99
- metadata
You can’t perform that action at this time.
0 commit comments