@@ -40,102 +40,83 @@ spec:
4040 type : string
4141 job :
4242 description : Jobs holds the job specifications
43- items :
44- description : JobSpec holds desired configuration to create the job
45- properties :
46- image :
47- description : image represents image which will be used to run
48- a job OPTIONAL required if NOT ansible
49- type : string
50- name :
51- description : name represents the name of the job
52- type : string
53- runOnAction :
54- description : RunOnAction represents on which actoin this job
55- should be executed action are create/import-only/destroy/detach
56- type : string
57- type :
58- description : type represents type of job
59- type : string
60- values :
61- additionalProperties :
62- type : string
63- description : Values represents neccasary fields required to
64- exceute the job Values apiextensions.JSON `json:"values,omitempty"`
65- type : object
66- type : object
67- type : array
43+ properties :
44+ image :
45+ description : image represents image which will be used to run
46+ a job OPTIONAL required if NOT ansible
47+ type : string
48+ name :
49+ description : name represents the name of the job
50+ type : string
51+ runOnAction :
52+ description : RunOnAction represents on which actoin this job should
53+ be executed action are create/import-only/destroy/detach
54+ type : string
55+ type :
56+ description : type represents type of job
57+ type : string
58+ values :
59+ description : Values represents necassary fields required to exceute
60+ the job
61+ x-kubernetes-preserve-unknown-fields : true
62+ type : object
6863 postJobs :
6964 description : PostJobs holds the job specifications
70- items :
71- description : JobSpec holds desired configuration to create the job
72- properties :
73- image :
74- description : image represents image which will be used to run
75- a job OPTIONAL required if NOT ansible
76- type : string
77- name :
78- description : name represents the name of the job
79- type : string
80- runOnAction :
81- description : RunOnAction represents on which actoin this job
82- should be executed action are create/import-only/destroy/detach
83- type : string
84- type :
85- description : type represents type of job
86- type : string
87- values :
88- additionalProperties :
89- type : string
90- description : Values represents neccasary fields required to
91- exceute the job Values apiextensions.JSON `json:"values,omitempty"`
92- type : object
93- type : object
94- type : array
65+ properties :
66+ image :
67+ description : image represents image which will be used to run
68+ a job OPTIONAL required if NOT ansible
69+ type : string
70+ name :
71+ description : name represents the name of the job
72+ type : string
73+ runOnAction :
74+ description : RunOnAction represents on which actoin this job should
75+ be executed action are create/import-only/destroy/detach
76+ type : string
77+ type :
78+ description : type represents type of job
79+ type : string
80+ values :
81+ description : Values represents necassary fields required to exceute
82+ the job
83+ x-kubernetes-preserve-unknown-fields : true
84+ type : object
9585 preJobs :
9686 description : PreJobs holds the job specifications
97- items :
98- description : JobSpec holds desired configuration to create the job
99- properties :
100- image :
101- description : image represents image which will be used to run
102- a job OPTIONAL required if NOT ansible
103- type : string
104- name :
105- description : name represents the name of the job
106- type : string
107- runOnAction :
108- description : RunOnAction represents on which actoin this job
109- should be executed action are create/import-only/destroy/detach
110- type : string
111- type :
112- description : type represents type of job
113- type : string
114- values :
115- additionalProperties :
116- type : string
117- description : Values represents neccasary fields required to
118- exceute the job Values apiextensions.JSON `json:"values,omitempty"`
119- type : object
120- type : object
121- type : array
87+ properties :
88+ image :
89+ description : image represents image which will be used to run
90+ a job OPTIONAL required if NOT ansible
91+ type : string
92+ name :
93+ description : name represents the name of the job
94+ type : string
95+ runOnAction :
96+ description : RunOnAction represents on which actoin this job should
97+ be executed action are create/import-only/destroy/detach
98+ type : string
99+ type :
100+ description : type represents type of job
101+ type : string
102+ values :
103+ description : Values represents necassary fields required to exceute
104+ the job
105+ x-kubernetes-preserve-unknown-fields : true
106+ type : object
122107 type : object
123108 status :
124109 description : status holds the information about the state of a cluster
125110 curator resource, managed cluster heealth and cluster health. It is
126111 consistent with status information across the Kubernetes ecosystem.
127112 properties :
128- clusterhealth :
129- description : ClusterStatus represents state of cluster created using
130- hive
131- type : object
132113 conditions :
133114 description : conditions describe the state of cluster curator resource
134115 items :
135116 description : Conditions contains details for one aspect of the current
136117 state of this API Resource.
137118 properties :
138- conditions :
119+ condition :
139120 description : conditions describe the state of job resource
140121 properties :
141122 lastTransitionTime :
0 commit comments