1-
2- ---
31apiVersion : apiextensions.k8s.io/v1
42kind : CustomResourceDefinition
53metadata :
8482 type : string
8583 operatorChannel :
8684 description : ' Channel to deploy openshift-gitops from. Default:
87- stable '
85+ gitops-1.8 '
8886 type : string
8987 operatorSource :
9088 description : ' Source to deploy openshift-gitops from. Default:
@@ -102,19 +100,24 @@ spec:
102100 from TargetRepo is broken
103101 type : string
104102 originRepo :
105- description : Unused
103+ description : Upstream git repo containing the pattern to deploy.
104+ Used when in-cluster fork to point to the upstream pattern repository
106105 type : string
106+ originRevision :
107+ description : Branch, tag or commit in the upstream git repository.
108+ Does not support short-sha's. Default to HEAD
109+ type : string
110+ pollInterval :
111+ description : ' Interval in seconds to poll for drifts between origin
112+ and target repositories. Default: 180 seconds'
113+ type : integer
107114 targetRepo :
108115 description : Git repo containing the pattern to deploy. Must use
109116 https/http
110117 type : string
111118 targetRevision :
112119 description : ' Branch, tag, or commit to deploy. Does not support
113- short-sha'' s. Default: main'
114- type : string
115- valuesDirectoryURL :
116- description : Optional. Alternate URL to obtain Helm values files
117- from instead of this pattern.
120+ short-sha'' s. Default: HEAD'
118121 type : string
119122 required :
120123 - targetRepo
@@ -126,6 +129,8 @@ spec:
126129 status :
127130 description : PatternStatus defines the observed state of Pattern
128131 properties :
132+ appClusterDomain :
133+ type : string
129134 clusterDomain :
130135 type : string
131136 clusterID :
@@ -134,6 +139,36 @@ spec:
134139 type : string
135140 clusterPlatform :
136141 type : string
142+ clusterVersion :
143+ type : string
144+ conditions :
145+ items :
146+ properties :
147+ lastTransitionTime :
148+ description : Last time the condition transitioned from one status
149+ to another.
150+ format : date-time
151+ type : string
152+ lastUpdateTime :
153+ description : The last time this condition was updated.
154+ format : date-time
155+ type : string
156+ message :
157+ description : A human readable message indicating details about
158+ the transition.
159+ type : string
160+ status :
161+ description : Status of the condition, one of True, False, Unknown.
162+ type : string
163+ type :
164+ description : Type of deployment condition.
165+ type : string
166+ required :
167+ - lastUpdateTime
168+ - status
169+ - type
170+ type : object
171+ type : array
137172 lastError :
138173 description : Last error encountered by the pattern
139174 type : string
0 commit comments