argo_workflows 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1287) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +7 -0
  3. data/README.md +585 -0
  4. data/Rakefile +8 -0
  5. data/argo_workflows.gemspec +46 -0
  6. data/docs/ArchivedWorkflowServiceApi.md +433 -0
  7. data/docs/ArtifactServiceApi.md +318 -0
  8. data/docs/ClusterWorkflowTemplateServiceApi.md +360 -0
  9. data/docs/CronWorkflowServiceApi.md +494 -0
  10. data/docs/EventServiceApi.md +140 -0
  11. data/docs/EventSourceServiceApi.md +475 -0
  12. data/docs/EventsourceCreateEventSourceRequest.md +9 -0
  13. data/docs/EventsourceEventSourceDeletedResponse.md +7 -0
  14. data/docs/EventsourceEventSourceWatchEvent.md +9 -0
  15. data/docs/EventsourceLogEntry.md +14 -0
  16. data/docs/EventsourceUpdateEventSourceRequest.md +10 -0
  17. data/docs/GoogleProtobufAny.md +9 -0
  18. data/docs/GrpcGatewayRuntimeError.md +11 -0
  19. data/docs/GrpcGatewayRuntimeStreamError.md +12 -0
  20. data/docs/InfoServiceApi.md +198 -0
  21. data/docs/IoArgoprojEventsV1alpha1AMQPConsumeConfig.md +12 -0
  22. data/docs/IoArgoprojEventsV1alpha1AMQPEventSource.md +22 -0
  23. data/docs/IoArgoprojEventsV1alpha1AMQPExchangeDeclareConfig.md +11 -0
  24. data/docs/IoArgoprojEventsV1alpha1AMQPQueueBindConfig.md +8 -0
  25. data/docs/IoArgoprojEventsV1alpha1AMQPQueueDeclareConfig.md +13 -0
  26. data/docs/IoArgoprojEventsV1alpha1AWSLambdaTrigger.md +15 -0
  27. data/docs/IoArgoprojEventsV1alpha1Amount.md +8 -0
  28. data/docs/IoArgoprojEventsV1alpha1ArgoWorkflowTrigger.md +11 -0
  29. data/docs/IoArgoprojEventsV1alpha1ArtifactLocation.md +14 -0
  30. data/docs/IoArgoprojEventsV1alpha1AzureEventHubsTrigger.md +13 -0
  31. data/docs/IoArgoprojEventsV1alpha1AzureEventsHubEventSource.md +13 -0
  32. data/docs/IoArgoprojEventsV1alpha1AzureQueueStorageEventSource.md +16 -0
  33. data/docs/IoArgoprojEventsV1alpha1AzureServiceBusEventSource.md +16 -0
  34. data/docs/IoArgoprojEventsV1alpha1AzureServiceBusTrigger.md +14 -0
  35. data/docs/IoArgoprojEventsV1alpha1Backoff.md +11 -0
  36. data/docs/IoArgoprojEventsV1alpha1BasicAuth.md +9 -0
  37. data/docs/IoArgoprojEventsV1alpha1BitbucketAuth.md +9 -0
  38. data/docs/IoArgoprojEventsV1alpha1BitbucketBasicAuth.md +9 -0
  39. data/docs/IoArgoprojEventsV1alpha1BitbucketEventSource.md +17 -0
  40. data/docs/IoArgoprojEventsV1alpha1BitbucketRepository.md +9 -0
  41. data/docs/IoArgoprojEventsV1alpha1BitbucketServerEventSource.md +19 -0
  42. data/docs/IoArgoprojEventsV1alpha1BitbucketServerRepository.md +9 -0
  43. data/docs/IoArgoprojEventsV1alpha1CalendarEventSource.md +14 -0
  44. data/docs/IoArgoprojEventsV1alpha1CatchupConfiguration.md +9 -0
  45. data/docs/IoArgoprojEventsV1alpha1Condition.md +12 -0
  46. data/docs/IoArgoprojEventsV1alpha1ConditionsResetByTime.md +9 -0
  47. data/docs/IoArgoprojEventsV1alpha1ConditionsResetCriteria.md +8 -0
  48. data/docs/IoArgoprojEventsV1alpha1ConfigMapPersistence.md +9 -0
  49. data/docs/IoArgoprojEventsV1alpha1CustomTrigger.md +14 -0
  50. data/docs/IoArgoprojEventsV1alpha1DataFilter.md +12 -0
  51. data/docs/IoArgoprojEventsV1alpha1EmailTrigger.md +16 -0
  52. data/docs/IoArgoprojEventsV1alpha1EmitterEventSource.md +17 -0
  53. data/docs/IoArgoprojEventsV1alpha1EventContext.md +14 -0
  54. data/docs/IoArgoprojEventsV1alpha1EventDependency.md +13 -0
  55. data/docs/IoArgoprojEventsV1alpha1EventDependencyFilter.md +14 -0
  56. data/docs/IoArgoprojEventsV1alpha1EventDependencyTransformer.md +9 -0
  57. data/docs/IoArgoprojEventsV1alpha1EventPersistence.md +9 -0
  58. data/docs/IoArgoprojEventsV1alpha1EventSource.md +10 -0
  59. data/docs/IoArgoprojEventsV1alpha1EventSourceFilter.md +8 -0
  60. data/docs/IoArgoprojEventsV1alpha1EventSourceList.md +9 -0
  61. data/docs/IoArgoprojEventsV1alpha1EventSourceSpec.md +42 -0
  62. data/docs/IoArgoprojEventsV1alpha1EventSourceStatus.md +8 -0
  63. data/docs/IoArgoprojEventsV1alpha1ExprFilter.md +9 -0
  64. data/docs/IoArgoprojEventsV1alpha1FileArtifact.md +8 -0
  65. data/docs/IoArgoprojEventsV1alpha1FileEventSource.md +12 -0
  66. data/docs/IoArgoprojEventsV1alpha1GenericEventSource.md +14 -0
  67. data/docs/IoArgoprojEventsV1alpha1GerritEventSource.md +17 -0
  68. data/docs/IoArgoprojEventsV1alpha1GitArtifact.md +17 -0
  69. data/docs/IoArgoprojEventsV1alpha1GitCreds.md +9 -0
  70. data/docs/IoArgoprojEventsV1alpha1GitRemoteConfig.md +9 -0
  71. data/docs/IoArgoprojEventsV1alpha1GithubAppCreds.md +10 -0
  72. data/docs/IoArgoprojEventsV1alpha1GithubEventSource.md +25 -0
  73. data/docs/IoArgoprojEventsV1alpha1GitlabEventSource.md +19 -0
  74. data/docs/IoArgoprojEventsV1alpha1HDFSEventSource.md +20 -0
  75. data/docs/IoArgoprojEventsV1alpha1HTTPTrigger.md +16 -0
  76. data/docs/IoArgoprojEventsV1alpha1Int64OrString.md +10 -0
  77. data/docs/IoArgoprojEventsV1alpha1K8SResourcePolicy.md +10 -0
  78. data/docs/IoArgoprojEventsV1alpha1KafkaConsumerGroup.md +10 -0
  79. data/docs/IoArgoprojEventsV1alpha1KafkaEventSource.md +20 -0
  80. data/docs/IoArgoprojEventsV1alpha1KafkaTrigger.md +20 -0
  81. data/docs/IoArgoprojEventsV1alpha1LogTrigger.md +8 -0
  82. data/docs/IoArgoprojEventsV1alpha1MQTTEventSource.md +16 -0
  83. data/docs/IoArgoprojEventsV1alpha1Metadata.md +9 -0
  84. data/docs/IoArgoprojEventsV1alpha1NATSAuth.md +11 -0
  85. data/docs/IoArgoprojEventsV1alpha1NATSEventsSource.md +15 -0
  86. data/docs/IoArgoprojEventsV1alpha1NATSTrigger.md +12 -0
  87. data/docs/IoArgoprojEventsV1alpha1NSQEventSource.md +15 -0
  88. data/docs/IoArgoprojEventsV1alpha1OpenWhiskTrigger.md +14 -0
  89. data/docs/IoArgoprojEventsV1alpha1OwnedRepositories.md +9 -0
  90. data/docs/IoArgoprojEventsV1alpha1PayloadField.md +9 -0
  91. data/docs/IoArgoprojEventsV1alpha1PubSubEventSource.md +16 -0
  92. data/docs/IoArgoprojEventsV1alpha1PulsarEventSource.md +21 -0
  93. data/docs/IoArgoprojEventsV1alpha1PulsarTrigger.md +19 -0
  94. data/docs/IoArgoprojEventsV1alpha1RateLimit.md +9 -0
  95. data/docs/IoArgoprojEventsV1alpha1RedisEventSource.md +17 -0
  96. data/docs/IoArgoprojEventsV1alpha1RedisStreamEventSource.md +17 -0
  97. data/docs/IoArgoprojEventsV1alpha1Resource.md +8 -0
  98. data/docs/IoArgoprojEventsV1alpha1ResourceEventSource.md +12 -0
  99. data/docs/IoArgoprojEventsV1alpha1ResourceFilter.md +12 -0
  100. data/docs/IoArgoprojEventsV1alpha1S3Artifact.md +17 -0
  101. data/docs/IoArgoprojEventsV1alpha1S3Bucket.md +9 -0
  102. data/docs/IoArgoprojEventsV1alpha1S3Filter.md +9 -0
  103. data/docs/IoArgoprojEventsV1alpha1SASLConfig.md +10 -0
  104. data/docs/IoArgoprojEventsV1alpha1SFTPEventSource.md +16 -0
  105. data/docs/IoArgoprojEventsV1alpha1SNSEventSource.md +17 -0
  106. data/docs/IoArgoprojEventsV1alpha1SQSEventSource.md +20 -0
  107. data/docs/IoArgoprojEventsV1alpha1SchemaRegistryConfig.md +10 -0
  108. data/docs/IoArgoprojEventsV1alpha1SecureHeader.md +9 -0
  109. data/docs/IoArgoprojEventsV1alpha1Selector.md +10 -0
  110. data/docs/IoArgoprojEventsV1alpha1Sensor.md +10 -0
  111. data/docs/IoArgoprojEventsV1alpha1SensorList.md +9 -0
  112. data/docs/IoArgoprojEventsV1alpha1SensorSpec.md +15 -0
  113. data/docs/IoArgoprojEventsV1alpha1SensorStatus.md +8 -0
  114. data/docs/IoArgoprojEventsV1alpha1Service.md +9 -0
  115. data/docs/IoArgoprojEventsV1alpha1SlackEventSource.md +12 -0
  116. data/docs/IoArgoprojEventsV1alpha1SlackSender.md +9 -0
  117. data/docs/IoArgoprojEventsV1alpha1SlackThread.md +9 -0
  118. data/docs/IoArgoprojEventsV1alpha1SlackTrigger.md +15 -0
  119. data/docs/IoArgoprojEventsV1alpha1StandardK8STrigger.md +12 -0
  120. data/docs/IoArgoprojEventsV1alpha1Status.md +8 -0
  121. data/docs/IoArgoprojEventsV1alpha1StatusPolicy.md +8 -0
  122. data/docs/IoArgoprojEventsV1alpha1StorageGridEventSource.md +16 -0
  123. data/docs/IoArgoprojEventsV1alpha1StorageGridFilter.md +9 -0
  124. data/docs/IoArgoprojEventsV1alpha1StripeEventSource.md +12 -0
  125. data/docs/IoArgoprojEventsV1alpha1TLSConfig.md +11 -0
  126. data/docs/IoArgoprojEventsV1alpha1Template.md +18 -0
  127. data/docs/IoArgoprojEventsV1alpha1TimeFilter.md +9 -0
  128. data/docs/IoArgoprojEventsV1alpha1Trigger.md +13 -0
  129. data/docs/IoArgoprojEventsV1alpha1TriggerParameter.md +10 -0
  130. data/docs/IoArgoprojEventsV1alpha1TriggerParameterSource.md +14 -0
  131. data/docs/IoArgoprojEventsV1alpha1TriggerPolicy.md +9 -0
  132. data/docs/IoArgoprojEventsV1alpha1TriggerTemplate.md +24 -0
  133. data/docs/IoArgoprojEventsV1alpha1URLArtifact.md +9 -0
  134. data/docs/IoArgoprojEventsV1alpha1ValueFromSource.md +9 -0
  135. data/docs/IoArgoprojEventsV1alpha1WatchPathConfig.md +10 -0
  136. data/docs/IoArgoprojEventsV1alpha1WebhookContext.md +16 -0
  137. data/docs/IoArgoprojEventsV1alpha1WebhookEventSource.md +9 -0
  138. data/docs/IoArgoprojWorkflowV1alpha1Amount.md +7 -0
  139. data/docs/IoArgoprojWorkflowV1alpha1ArchiveStrategy.md +10 -0
  140. data/docs/IoArgoprojWorkflowV1alpha1ArchivedWorkflowDeletedResponse.md +7 -0
  141. data/docs/IoArgoprojWorkflowV1alpha1Arguments.md +9 -0
  142. data/docs/IoArgoprojWorkflowV1alpha1ArtGCStatus.md +10 -0
  143. data/docs/IoArgoprojWorkflowV1alpha1Artifact.md +29 -0
  144. data/docs/IoArgoprojWorkflowV1alpha1ArtifactGC.md +10 -0
  145. data/docs/IoArgoprojWorkflowV1alpha1ArtifactLocation.md +17 -0
  146. data/docs/IoArgoprojWorkflowV1alpha1ArtifactPaths.md +29 -0
  147. data/docs/IoArgoprojWorkflowV1alpha1ArtifactRepository.md +14 -0
  148. data/docs/IoArgoprojWorkflowV1alpha1ArtifactRepositoryRef.md +9 -0
  149. data/docs/IoArgoprojWorkflowV1alpha1ArtifactRepositoryRefStatus.md +12 -0
  150. data/docs/IoArgoprojWorkflowV1alpha1ArtifactoryArtifact.md +10 -0
  151. data/docs/IoArgoprojWorkflowV1alpha1ArtifactoryArtifactRepository.md +11 -0
  152. data/docs/IoArgoprojWorkflowV1alpha1AzureArtifact.md +12 -0
  153. data/docs/IoArgoprojWorkflowV1alpha1AzureArtifactRepository.md +12 -0
  154. data/docs/IoArgoprojWorkflowV1alpha1Backoff.md +11 -0
  155. data/docs/IoArgoprojWorkflowV1alpha1BasicAuth.md +9 -0
  156. data/docs/IoArgoprojWorkflowV1alpha1Cache.md +8 -0
  157. data/docs/IoArgoprojWorkflowV1alpha1ClientCertAuth.md +9 -0
  158. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplate.md +11 -0
  159. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplateCreateRequest.md +9 -0
  160. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplateDeleteResponse.md +7 -0
  161. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplateLintRequest.md +9 -0
  162. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplateList.md +11 -0
  163. data/docs/IoArgoprojWorkflowV1alpha1ClusterWorkflowTemplateUpdateRequest.md +9 -0
  164. data/docs/IoArgoprojWorkflowV1alpha1CollectEventRequest.md +8 -0
  165. data/docs/IoArgoprojWorkflowV1alpha1CollectEventResponse.md +7 -0
  166. data/docs/IoArgoprojWorkflowV1alpha1Column.md +10 -0
  167. data/docs/IoArgoprojWorkflowV1alpha1Condition.md +10 -0
  168. data/docs/IoArgoprojWorkflowV1alpha1ContainerNode.md +32 -0
  169. data/docs/IoArgoprojWorkflowV1alpha1ContainerSetRetryStrategy.md +9 -0
  170. data/docs/IoArgoprojWorkflowV1alpha1ContainerSetTemplate.md +10 -0
  171. data/docs/IoArgoprojWorkflowV1alpha1ContinueOn.md +9 -0
  172. data/docs/IoArgoprojWorkflowV1alpha1Counter.md +8 -0
  173. data/docs/IoArgoprojWorkflowV1alpha1CreateCronWorkflowRequest.md +10 -0
  174. data/docs/IoArgoprojWorkflowV1alpha1CreateS3BucketOptions.md +8 -0
  175. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflow.md +12 -0
  176. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowDeletedResponse.md +7 -0
  177. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowList.md +11 -0
  178. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowResumeRequest.md +9 -0
  179. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowSpec.md +19 -0
  180. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowStatus.md +13 -0
  181. data/docs/IoArgoprojWorkflowV1alpha1CronWorkflowSuspendRequest.md +9 -0
  182. data/docs/IoArgoprojWorkflowV1alpha1DAGTask.md +21 -0
  183. data/docs/IoArgoprojWorkflowV1alpha1DAGTemplate.md +10 -0
  184. data/docs/IoArgoprojWorkflowV1alpha1Data.md +9 -0
  185. data/docs/IoArgoprojWorkflowV1alpha1DataSource.md +8 -0
  186. data/docs/IoArgoprojWorkflowV1alpha1Event.md +8 -0
  187. data/docs/IoArgoprojWorkflowV1alpha1EventResponse.md +7 -0
  188. data/docs/IoArgoprojWorkflowV1alpha1ExecutorConfig.md +8 -0
  189. data/docs/IoArgoprojWorkflowV1alpha1GCSArtifact.md +10 -0
  190. data/docs/IoArgoprojWorkflowV1alpha1GCSArtifactRepository.md +10 -0
  191. data/docs/IoArgoprojWorkflowV1alpha1Gauge.md +10 -0
  192. data/docs/IoArgoprojWorkflowV1alpha1GetUserInfoResponse.md +15 -0
  193. data/docs/IoArgoprojWorkflowV1alpha1GitArtifact.md +19 -0
  194. data/docs/IoArgoprojWorkflowV1alpha1HDFSArtifact.md +18 -0
  195. data/docs/IoArgoprojWorkflowV1alpha1HDFSArtifactRepository.md +18 -0
  196. data/docs/IoArgoprojWorkflowV1alpha1HTTP.md +15 -0
  197. data/docs/IoArgoprojWorkflowV1alpha1HTTPArtifact.md +10 -0
  198. data/docs/IoArgoprojWorkflowV1alpha1HTTPAuth.md +10 -0
  199. data/docs/IoArgoprojWorkflowV1alpha1HTTPBodySource.md +8 -0
  200. data/docs/IoArgoprojWorkflowV1alpha1HTTPHeader.md +10 -0
  201. data/docs/IoArgoprojWorkflowV1alpha1HTTPHeaderSource.md +8 -0
  202. data/docs/IoArgoprojWorkflowV1alpha1Header.md +9 -0
  203. data/docs/IoArgoprojWorkflowV1alpha1Histogram.md +9 -0
  204. data/docs/IoArgoprojWorkflowV1alpha1InfoResponse.md +12 -0
  205. data/docs/IoArgoprojWorkflowV1alpha1Inputs.md +9 -0
  206. data/docs/IoArgoprojWorkflowV1alpha1Item.md +7 -0
  207. data/docs/IoArgoprojWorkflowV1alpha1LabelKeys.md +8 -0
  208. data/docs/IoArgoprojWorkflowV1alpha1LabelValueFrom.md +8 -0
  209. data/docs/IoArgoprojWorkflowV1alpha1LabelValues.md +8 -0
  210. data/docs/IoArgoprojWorkflowV1alpha1LifecycleHook.md +11 -0
  211. data/docs/IoArgoprojWorkflowV1alpha1Link.md +10 -0
  212. data/docs/IoArgoprojWorkflowV1alpha1LintCronWorkflowRequest.md +9 -0
  213. data/docs/IoArgoprojWorkflowV1alpha1LogEntry.md +9 -0
  214. data/docs/IoArgoprojWorkflowV1alpha1ManifestFrom.md +8 -0
  215. data/docs/IoArgoprojWorkflowV1alpha1MemoizationStatus.md +10 -0
  216. data/docs/IoArgoprojWorkflowV1alpha1Memoize.md +10 -0
  217. data/docs/IoArgoprojWorkflowV1alpha1Metadata.md +9 -0
  218. data/docs/IoArgoprojWorkflowV1alpha1MetricLabel.md +9 -0
  219. data/docs/IoArgoprojWorkflowV1alpha1Metrics.md +8 -0
  220. data/docs/IoArgoprojWorkflowV1alpha1Mutex.md +9 -0
  221. data/docs/IoArgoprojWorkflowV1alpha1MutexHolding.md +9 -0
  222. data/docs/IoArgoprojWorkflowV1alpha1MutexStatus.md +9 -0
  223. data/docs/IoArgoprojWorkflowV1alpha1NodeFlag.md +9 -0
  224. data/docs/IoArgoprojWorkflowV1alpha1NodeStatus.md +32 -0
  225. data/docs/IoArgoprojWorkflowV1alpha1NodeSynchronizationStatus.md +8 -0
  226. data/docs/IoArgoprojWorkflowV1alpha1NoneStrategy.md +7 -0
  227. data/docs/IoArgoprojWorkflowV1alpha1OAuth2Auth.md +12 -0
  228. data/docs/IoArgoprojWorkflowV1alpha1OAuth2EndpointParam.md +9 -0
  229. data/docs/IoArgoprojWorkflowV1alpha1OSSArtifact.md +16 -0
  230. data/docs/IoArgoprojWorkflowV1alpha1OSSArtifactRepository.md +16 -0
  231. data/docs/IoArgoprojWorkflowV1alpha1OSSLifecycleRule.md +9 -0
  232. data/docs/IoArgoprojWorkflowV1alpha1Outputs.md +11 -0
  233. data/docs/IoArgoprojWorkflowV1alpha1ParallelSteps.md +7 -0
  234. data/docs/IoArgoprojWorkflowV1alpha1Parameter.md +14 -0
  235. data/docs/IoArgoprojWorkflowV1alpha1Plugin.md +7 -0
  236. data/docs/IoArgoprojWorkflowV1alpha1PodGC.md +10 -0
  237. data/docs/IoArgoprojWorkflowV1alpha1Prometheus.md +14 -0
  238. data/docs/IoArgoprojWorkflowV1alpha1RawArtifact.md +8 -0
  239. data/docs/IoArgoprojWorkflowV1alpha1ResourceTemplate.md +15 -0
  240. data/docs/IoArgoprojWorkflowV1alpha1ResubmitArchivedWorkflowRequest.md +12 -0
  241. data/docs/IoArgoprojWorkflowV1alpha1RetryAffinity.md +8 -0
  242. data/docs/IoArgoprojWorkflowV1alpha1RetryArchivedWorkflowRequest.md +13 -0
  243. data/docs/IoArgoprojWorkflowV1alpha1RetryNodeAntiAffinity.md +7 -0
  244. data/docs/IoArgoprojWorkflowV1alpha1RetryStrategy.md +12 -0
  245. data/docs/IoArgoprojWorkflowV1alpha1S3Artifact.md +20 -0
  246. data/docs/IoArgoprojWorkflowV1alpha1S3ArtifactRepository.md +21 -0
  247. data/docs/IoArgoprojWorkflowV1alpha1S3EncryptionOptions.md +11 -0
  248. data/docs/IoArgoprojWorkflowV1alpha1ScriptTemplate.md +32 -0
  249. data/docs/IoArgoprojWorkflowV1alpha1SemaphoreHolding.md +9 -0
  250. data/docs/IoArgoprojWorkflowV1alpha1SemaphoreRef.md +9 -0
  251. data/docs/IoArgoprojWorkflowV1alpha1SemaphoreStatus.md +9 -0
  252. data/docs/IoArgoprojWorkflowV1alpha1Sequence.md +11 -0
  253. data/docs/IoArgoprojWorkflowV1alpha1StopStrategy.md +8 -0
  254. data/docs/IoArgoprojWorkflowV1alpha1Submit.md +10 -0
  255. data/docs/IoArgoprojWorkflowV1alpha1SubmitOpts.md +19 -0
  256. data/docs/IoArgoprojWorkflowV1alpha1SuppliedValueFrom.md +7 -0
  257. data/docs/IoArgoprojWorkflowV1alpha1SuspendTemplate.md +8 -0
  258. data/docs/IoArgoprojWorkflowV1alpha1Synchronization.md +11 -0
  259. data/docs/IoArgoprojWorkflowV1alpha1SynchronizationStatus.md +9 -0
  260. data/docs/IoArgoprojWorkflowV1alpha1TTLStrategy.md +10 -0
  261. data/docs/IoArgoprojWorkflowV1alpha1TarStrategy.md +8 -0
  262. data/docs/IoArgoprojWorkflowV1alpha1Template.md +47 -0
  263. data/docs/IoArgoprojWorkflowV1alpha1TemplateRef.md +10 -0
  264. data/docs/IoArgoprojWorkflowV1alpha1TransformationStep.md +8 -0
  265. data/docs/IoArgoprojWorkflowV1alpha1UpdateCronWorkflowRequest.md +10 -0
  266. data/docs/IoArgoprojWorkflowV1alpha1UserContainer.md +32 -0
  267. data/docs/IoArgoprojWorkflowV1alpha1ValueFrom.md +16 -0
  268. data/docs/IoArgoprojWorkflowV1alpha1Version.md +15 -0
  269. data/docs/IoArgoprojWorkflowV1alpha1VolumeClaimGC.md +8 -0
  270. data/docs/IoArgoprojWorkflowV1alpha1Workflow.md +12 -0
  271. data/docs/IoArgoprojWorkflowV1alpha1WorkflowCreateRequest.md +12 -0
  272. data/docs/IoArgoprojWorkflowV1alpha1WorkflowDeleteResponse.md +7 -0
  273. data/docs/IoArgoprojWorkflowV1alpha1WorkflowEventBinding.md +11 -0
  274. data/docs/IoArgoprojWorkflowV1alpha1WorkflowEventBindingList.md +11 -0
  275. data/docs/IoArgoprojWorkflowV1alpha1WorkflowEventBindingSpec.md +9 -0
  276. data/docs/IoArgoprojWorkflowV1alpha1WorkflowLevelArtifactGC.md +12 -0
  277. data/docs/IoArgoprojWorkflowV1alpha1WorkflowLintRequest.md +9 -0
  278. data/docs/IoArgoprojWorkflowV1alpha1WorkflowList.md +11 -0
  279. data/docs/IoArgoprojWorkflowV1alpha1WorkflowMetadata.md +10 -0
  280. data/docs/IoArgoprojWorkflowV1alpha1WorkflowResubmitRequest.md +11 -0
  281. data/docs/IoArgoprojWorkflowV1alpha1WorkflowResumeRequest.md +10 -0
  282. data/docs/IoArgoprojWorkflowV1alpha1WorkflowRetryRequest.md +12 -0
  283. data/docs/IoArgoprojWorkflowV1alpha1WorkflowSetRequest.md +13 -0
  284. data/docs/IoArgoprojWorkflowV1alpha1WorkflowSpec.md +49 -0
  285. data/docs/IoArgoprojWorkflowV1alpha1WorkflowStatus.md +26 -0
  286. data/docs/IoArgoprojWorkflowV1alpha1WorkflowStep.md +19 -0
  287. data/docs/IoArgoprojWorkflowV1alpha1WorkflowStopRequest.md +11 -0
  288. data/docs/IoArgoprojWorkflowV1alpha1WorkflowSubmitRequest.md +11 -0
  289. data/docs/IoArgoprojWorkflowV1alpha1WorkflowSuspendRequest.md +9 -0
  290. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplate.md +11 -0
  291. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateCreateRequest.md +10 -0
  292. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateDeleteResponse.md +7 -0
  293. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateLintRequest.md +10 -0
  294. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateList.md +11 -0
  295. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateRef.md +9 -0
  296. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTemplateUpdateRequest.md +10 -0
  297. data/docs/IoArgoprojWorkflowV1alpha1WorkflowTerminateRequest.md +9 -0
  298. data/docs/IoArgoprojWorkflowV1alpha1WorkflowWatchEvent.md +9 -0
  299. data/docs/IoArgoprojWorkflowV1alpha1ZipStrategy.md +7 -0
  300. data/docs/IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource.md +11 -0
  301. data/docs/IoK8sApiCoreV1Affinity.md +10 -0
  302. data/docs/IoK8sApiCoreV1AppArmorProfile.md +9 -0
  303. data/docs/IoK8sApiCoreV1AzureDiskVolumeSource.md +13 -0
  304. data/docs/IoK8sApiCoreV1AzureFileVolumeSource.md +10 -0
  305. data/docs/IoK8sApiCoreV1CSIVolumeSource.md +12 -0
  306. data/docs/IoK8sApiCoreV1Capabilities.md +9 -0
  307. data/docs/IoK8sApiCoreV1CephFSVolumeSource.md +13 -0
  308. data/docs/IoK8sApiCoreV1CinderVolumeSource.md +11 -0
  309. data/docs/IoK8sApiCoreV1ClusterTrustBundleProjection.md +12 -0
  310. data/docs/IoK8sApiCoreV1ConfigMapEnvSource.md +9 -0
  311. data/docs/IoK8sApiCoreV1ConfigMapKeySelector.md +10 -0
  312. data/docs/IoK8sApiCoreV1ConfigMapProjection.md +10 -0
  313. data/docs/IoK8sApiCoreV1ConfigMapVolumeSource.md +11 -0
  314. data/docs/IoK8sApiCoreV1Container.md +31 -0
  315. data/docs/IoK8sApiCoreV1ContainerPort.md +12 -0
  316. data/docs/IoK8sApiCoreV1ContainerResizePolicy.md +9 -0
  317. data/docs/IoK8sApiCoreV1DownwardAPIProjection.md +8 -0
  318. data/docs/IoK8sApiCoreV1DownwardAPIVolumeFile.md +11 -0
  319. data/docs/IoK8sApiCoreV1DownwardAPIVolumeSource.md +9 -0
  320. data/docs/IoK8sApiCoreV1EmptyDirVolumeSource.md +9 -0
  321. data/docs/IoK8sApiCoreV1EnvFromSource.md +10 -0
  322. data/docs/IoK8sApiCoreV1EnvVar.md +10 -0
  323. data/docs/IoK8sApiCoreV1EnvVarSource.md +11 -0
  324. data/docs/IoK8sApiCoreV1EphemeralVolumeSource.md +8 -0
  325. data/docs/IoK8sApiCoreV1Event.md +24 -0
  326. data/docs/IoK8sApiCoreV1EventSeries.md +9 -0
  327. data/docs/IoK8sApiCoreV1EventSource.md +9 -0
  328. data/docs/IoK8sApiCoreV1ExecAction.md +8 -0
  329. data/docs/IoK8sApiCoreV1FCVolumeSource.md +12 -0
  330. data/docs/IoK8sApiCoreV1FlexVolumeSource.md +12 -0
  331. data/docs/IoK8sApiCoreV1FlockerVolumeSource.md +9 -0
  332. data/docs/IoK8sApiCoreV1GCEPersistentDiskVolumeSource.md +11 -0
  333. data/docs/IoK8sApiCoreV1GRPCAction.md +9 -0
  334. data/docs/IoK8sApiCoreV1GitRepoVolumeSource.md +10 -0
  335. data/docs/IoK8sApiCoreV1GlusterfsVolumeSource.md +10 -0
  336. data/docs/IoK8sApiCoreV1HTTPGetAction.md +12 -0
  337. data/docs/IoK8sApiCoreV1HTTPHeader.md +9 -0
  338. data/docs/IoK8sApiCoreV1HostAlias.md +9 -0
  339. data/docs/IoK8sApiCoreV1HostPathVolumeSource.md +9 -0
  340. data/docs/IoK8sApiCoreV1ISCSIVolumeSource.md +18 -0
  341. data/docs/IoK8sApiCoreV1ImageVolumeSource.md +9 -0
  342. data/docs/IoK8sApiCoreV1KeyToPath.md +10 -0
  343. data/docs/IoK8sApiCoreV1Lifecycle.md +9 -0
  344. data/docs/IoK8sApiCoreV1LifecycleHandler.md +11 -0
  345. data/docs/IoK8sApiCoreV1LocalObjectReference.md +8 -0
  346. data/docs/IoK8sApiCoreV1ModifyVolumeStatus.md +9 -0
  347. data/docs/IoK8sApiCoreV1NFSVolumeSource.md +10 -0
  348. data/docs/IoK8sApiCoreV1NodeAffinity.md +9 -0
  349. data/docs/IoK8sApiCoreV1NodeSelector.md +8 -0
  350. data/docs/IoK8sApiCoreV1NodeSelectorRequirement.md +10 -0
  351. data/docs/IoK8sApiCoreV1NodeSelectorTerm.md +9 -0
  352. data/docs/IoK8sApiCoreV1ObjectFieldSelector.md +9 -0
  353. data/docs/IoK8sApiCoreV1ObjectReference.md +14 -0
  354. data/docs/IoK8sApiCoreV1PersistentVolumeClaim.md +12 -0
  355. data/docs/IoK8sApiCoreV1PersistentVolumeClaimCondition.md +13 -0
  356. data/docs/IoK8sApiCoreV1PersistentVolumeClaimSpec.md +16 -0
  357. data/docs/IoK8sApiCoreV1PersistentVolumeClaimStatus.md +15 -0
  358. data/docs/IoK8sApiCoreV1PersistentVolumeClaimTemplate.md +9 -0
  359. data/docs/IoK8sApiCoreV1PersistentVolumeClaimVolumeSource.md +9 -0
  360. data/docs/IoK8sApiCoreV1PhotonPersistentDiskVolumeSource.md +9 -0
  361. data/docs/IoK8sApiCoreV1PodAffinity.md +9 -0
  362. data/docs/IoK8sApiCoreV1PodAffinityTerm.md +13 -0
  363. data/docs/IoK8sApiCoreV1PodAntiAffinity.md +9 -0
  364. data/docs/IoK8sApiCoreV1PodDNSConfig.md +10 -0
  365. data/docs/IoK8sApiCoreV1PodDNSConfigOption.md +9 -0
  366. data/docs/IoK8sApiCoreV1PodSecurityContext.md +19 -0
  367. data/docs/IoK8sApiCoreV1PortworxVolumeSource.md +10 -0
  368. data/docs/IoK8sApiCoreV1PreferredSchedulingTerm.md +9 -0
  369. data/docs/IoK8sApiCoreV1Probe.md +17 -0
  370. data/docs/IoK8sApiCoreV1ProjectedVolumeSource.md +9 -0
  371. data/docs/IoK8sApiCoreV1QuobyteVolumeSource.md +13 -0
  372. data/docs/IoK8sApiCoreV1RBDVolumeSource.md +15 -0
  373. data/docs/IoK8sApiCoreV1ResourceClaim.md +9 -0
  374. data/docs/IoK8sApiCoreV1ResourceFieldSelector.md +10 -0
  375. data/docs/IoK8sApiCoreV1ResourceRequirements.md +10 -0
  376. data/docs/IoK8sApiCoreV1SELinuxOptions.md +11 -0
  377. data/docs/IoK8sApiCoreV1ScaleIOVolumeSource.md +17 -0
  378. data/docs/IoK8sApiCoreV1SeccompProfile.md +9 -0
  379. data/docs/IoK8sApiCoreV1SecretEnvSource.md +9 -0
  380. data/docs/IoK8sApiCoreV1SecretKeySelector.md +10 -0
  381. data/docs/IoK8sApiCoreV1SecretProjection.md +10 -0
  382. data/docs/IoK8sApiCoreV1SecretVolumeSource.md +11 -0
  383. data/docs/IoK8sApiCoreV1SecurityContext.md +19 -0
  384. data/docs/IoK8sApiCoreV1ServiceAccountTokenProjection.md +10 -0
  385. data/docs/IoK8sApiCoreV1ServicePort.md +13 -0
  386. data/docs/IoK8sApiCoreV1SleepAction.md +8 -0
  387. data/docs/IoK8sApiCoreV1StorageOSVolumeSource.md +12 -0
  388. data/docs/IoK8sApiCoreV1Sysctl.md +9 -0
  389. data/docs/IoK8sApiCoreV1TCPSocketAction.md +9 -0
  390. data/docs/IoK8sApiCoreV1Toleration.md +12 -0
  391. data/docs/IoK8sApiCoreV1TypedLocalObjectReference.md +10 -0
  392. data/docs/IoK8sApiCoreV1TypedObjectReference.md +11 -0
  393. data/docs/IoK8sApiCoreV1Volume.md +38 -0
  394. data/docs/IoK8sApiCoreV1VolumeDevice.md +9 -0
  395. data/docs/IoK8sApiCoreV1VolumeMount.md +14 -0
  396. data/docs/IoK8sApiCoreV1VolumeProjection.md +12 -0
  397. data/docs/IoK8sApiCoreV1VolumeResourceRequirements.md +9 -0
  398. data/docs/IoK8sApiCoreV1VsphereVirtualDiskVolumeSource.md +11 -0
  399. data/docs/IoK8sApiCoreV1WeightedPodAffinityTerm.md +9 -0
  400. data/docs/IoK8sApiCoreV1WindowsSecurityContextOptions.md +11 -0
  401. data/docs/IoK8sApiPolicyV1PodDisruptionBudgetSpec.md +11 -0
  402. data/docs/IoK8sApimachineryPkgApiResourceQuantity.md +7 -0
  403. data/docs/IoK8sApimachineryPkgApisMetaV1CreateOptions.md +10 -0
  404. data/docs/IoK8sApimachineryPkgApisMetaV1FieldsV1.md +7 -0
  405. data/docs/IoK8sApimachineryPkgApisMetaV1GroupVersionResource.md +10 -0
  406. data/docs/IoK8sApimachineryPkgApisMetaV1LabelSelector.md +9 -0
  407. data/docs/IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement.md +10 -0
  408. data/docs/IoK8sApimachineryPkgApisMetaV1ListMeta.md +11 -0
  409. data/docs/IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry.md +14 -0
  410. data/docs/IoK8sApimachineryPkgApisMetaV1MicroTime.md +7 -0
  411. data/docs/IoK8sApimachineryPkgApisMetaV1ObjectMeta.md +22 -0
  412. data/docs/IoK8sApimachineryPkgApisMetaV1OwnerReference.md +13 -0
  413. data/docs/IoK8sApimachineryPkgApisMetaV1Time.md +7 -0
  414. data/docs/IoK8sApimachineryPkgUtilIntstrIntOrString.md +7 -0
  415. data/docs/SensorCreateSensorRequest.md +10 -0
  416. data/docs/SensorDeleteSensorResponse.md +7 -0
  417. data/docs/SensorLogEntry.md +15 -0
  418. data/docs/SensorSensorWatchEvent.md +9 -0
  419. data/docs/SensorServiceApi.md +477 -0
  420. data/docs/SensorUpdateSensorRequest.md +10 -0
  421. data/docs/StreamResultOfEventsourceEventSourceWatchEvent.md +9 -0
  422. data/docs/StreamResultOfEventsourceLogEntry.md +9 -0
  423. data/docs/StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry.md +9 -0
  424. data/docs/StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent.md +9 -0
  425. data/docs/StreamResultOfIoK8sApiCoreV1Event.md +9 -0
  426. data/docs/StreamResultOfSensorLogEntry.md +9 -0
  427. data/docs/StreamResultOfSensorSensorWatchEvent.md +9 -0
  428. data/docs/WorkflowServiceApi.md +1107 -0
  429. data/docs/WorkflowTemplateServiceApi.md +380 -0
  430. data/git_push.sh +55 -0
  431. data/lib/argo_workflows/api/archived_workflow_service_api.rb +448 -0
  432. data/lib/argo_workflows/api/artifact_service_api.rb +381 -0
  433. data/lib/argo_workflows/api/cluster_workflow_template_service_api.rb +374 -0
  434. data/lib/argo_workflows/api/cron_workflow_service_api.rb +534 -0
  435. data/lib/argo_workflows/api/event_service_api.rb +165 -0
  436. data/lib/argo_workflows/api/event_source_service_api.rb +523 -0
  437. data/lib/argo_workflows/api/info_service_api.rb +205 -0
  438. data/lib/argo_workflows/api/sensor_service_api.rb +523 -0
  439. data/lib/argo_workflows/api/workflow_service_api.rb +1208 -0
  440. data/lib/argo_workflows/api/workflow_template_service_api.rb +413 -0
  441. data/lib/argo_workflows/api_client.rb +391 -0
  442. data/lib/argo_workflows/api_error.rb +38 -0
  443. data/lib/argo_workflows/configuration.rb +209 -0
  444. data/lib/argo_workflows/models/eventsource_create_event_source_request.rb +193 -0
  445. data/lib/argo_workflows/models/eventsource_event_source_deleted_response.rb +175 -0
  446. data/lib/argo_workflows/models/eventsource_event_source_watch_event.rb +193 -0
  447. data/lib/argo_workflows/models/eventsource_log_entry.rb +238 -0
  448. data/lib/argo_workflows/models/eventsource_update_event_source_request.rb +202 -0
  449. data/lib/argo_workflows/models/google_protobuf_any.rb +208 -0
  450. data/lib/argo_workflows/models/grpc_gateway_runtime_error.rb +213 -0
  451. data/lib/argo_workflows/models/grpc_gateway_runtime_stream_error.rb +222 -0
  452. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amount.rb +200 -0
  453. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amqp_consume_config.rb +220 -0
  454. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amqp_event_source.rb +312 -0
  455. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amqp_exchange_declare_config.rb +211 -0
  456. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amqp_queue_bind_config.rb +184 -0
  457. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_amqp_queue_declare_config.rb +229 -0
  458. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_argo_workflow_trigger.rb +215 -0
  459. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_artifact_location.rb +238 -0
  460. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_aws_lambda_trigger.rb +254 -0
  461. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_azure_event_hubs_trigger.rb +234 -0
  462. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_azure_events_hub_event_source.rb +231 -0
  463. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_azure_queue_storage_event_source.rb +258 -0
  464. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_azure_service_bus_event_source.rb +258 -0
  465. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_azure_service_bus_trigger.rb +243 -0
  466. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_backoff.rb +211 -0
  467. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_basic_auth.rb +195 -0
  468. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_auth.rb +193 -0
  469. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_basic_auth.rb +195 -0
  470. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_event_source.rb +273 -0
  471. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_repository.rb +193 -0
  472. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_server_event_source.rb +289 -0
  473. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_bitbucket_server_repository.rb +193 -0
  474. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_calendar_event_source.rb +243 -0
  475. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_catchup_configuration.rb +193 -0
  476. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_condition.rb +220 -0
  477. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_conditions_reset_by_time.rb +193 -0
  478. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_conditions_reset_criteria.rb +184 -0
  479. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_config_map_persistence.rb +193 -0
  480. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_custom_trigger.rb +250 -0
  481. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_data_filter.rb +224 -0
  482. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_email_trigger.rb +262 -0
  483. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_emitter_event_source.rb +268 -0
  484. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_context.rb +244 -0
  485. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_dependency.rb +230 -0
  486. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_dependency_filter.rb +247 -0
  487. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_dependency_transformer.rb +193 -0
  488. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_persistence.rb +193 -0
  489. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_source.rb +202 -0
  490. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_source_filter.rb +184 -0
  491. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_source_list.rb +195 -0
  492. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_source_spec.rb +552 -0
  493. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_event_source_status.rb +184 -0
  494. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_expr_filter.rb +197 -0
  495. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_file_artifact.rb +184 -0
  496. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_file_event_source.rb +223 -0
  497. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_generic_event_source.rb +243 -0
  498. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_gerrit_event_source.rb +272 -0
  499. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_git_artifact.rb +266 -0
  500. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_git_creds.rb +193 -0
  501. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_git_remote_config.rb +197 -0
  502. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_github_app_creds.rb +202 -0
  503. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_github_event_source.rb +347 -0
  504. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_gitlab_event_source.rb +292 -0
  505. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_hdfs_event_source.rb +303 -0
  506. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_http_trigger.rb +266 -0
  507. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_int64_or_string.rb +202 -0
  508. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_k8_s_resource_policy.rb +204 -0
  509. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_kafka_consumer_group.rb +202 -0
  510. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_kafka_event_source.rb +296 -0
  511. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_kafka_trigger.rb +302 -0
  512. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_log_trigger.rb +184 -0
  513. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_metadata.rb +197 -0
  514. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_mqtt_event_source.rb +259 -0
  515. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_nats_auth.rb +211 -0
  516. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_nats_events_source.rb +250 -0
  517. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_nats_trigger.rb +227 -0
  518. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_nsq_event_source.rb +250 -0
  519. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_open_whisk_trigger.rb +247 -0
  520. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_owned_repositories.rb +195 -0
  521. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_payload_field.rb +196 -0
  522. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_pub_sub_event_source.rb +259 -0
  523. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_pulsar_event_source.rb +307 -0
  524. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_pulsar_trigger.rb +292 -0
  525. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_rate_limit.rb +193 -0
  526. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_redis_event_source.rb +269 -0
  527. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_redis_stream_event_source.rb +270 -0
  528. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_resource.rb +200 -0
  529. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_resource_event_source.rb +226 -0
  530. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_resource_filter.rb +224 -0
  531. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_s3_artifact.rb +269 -0
  532. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_s3_bucket.rb +193 -0
  533. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_s3_filter.rb +193 -0
  534. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sasl_config.rb +202 -0
  535. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_schema_registry_config.rb +203 -0
  536. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_secure_header.rb +193 -0
  537. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_selector.rb +203 -0
  538. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sensor.rb +202 -0
  539. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sensor_list.rb +195 -0
  540. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sensor_spec.rb +256 -0
  541. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sensor_status.rb +185 -0
  542. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_service.rb +195 -0
  543. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sftp_event_source.rb +262 -0
  544. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_slack_event_source.rb +222 -0
  545. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_slack_sender.rb +193 -0
  546. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_slack_thread.rb +193 -0
  547. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_slack_trigger.rb +251 -0
  548. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sns_event_source.rb +267 -0
  549. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_sqs_event_source.rb +295 -0
  550. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_standard_k8_s_trigger.rb +223 -0
  551. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_status.rb +187 -0
  552. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_status_policy.rb +186 -0
  553. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_storage_grid_event_source.rb +263 -0
  554. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_storage_grid_filter.rb +193 -0
  555. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_stripe_event_source.rb +224 -0
  556. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_template.rb +282 -0
  557. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_time_filter.rb +196 -0
  558. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_tls_config.rb +212 -0
  559. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_trigger.rb +232 -0
  560. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_trigger_parameter.rb +204 -0
  561. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_trigger_parameter_source.rb +242 -0
  562. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_trigger_policy.rb +193 -0
  563. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_trigger_template.rb +334 -0
  564. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_url_artifact.rb +194 -0
  565. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_value_from_source.rb +193 -0
  566. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_watch_path_config.rb +202 -0
  567. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_webhook_context.rb +261 -0
  568. data/lib/argo_workflows/models/io_argoproj_events_v1alpha1_webhook_event_source.rb +193 -0
  569. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_amount.rb +176 -0
  570. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_archive_strategy.rb +203 -0
  571. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_archived_workflow_deleted_response.rb +175 -0
  572. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_arguments.rb +200 -0
  573. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_art_gc_status.rb +210 -0
  574. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact.rb +401 -0
  575. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_gc.rb +206 -0
  576. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_location.rb +276 -0
  577. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_paths.rb +401 -0
  578. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_repository.rb +246 -0
  579. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_repository_ref.rb +195 -0
  580. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status.rb +225 -0
  581. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifactory_artifact.rb +211 -0
  582. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository.rb +216 -0
  583. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_azure_artifact.rb +241 -0
  584. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_azure_artifact_repository.rb +236 -0
  585. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_backoff.rb +216 -0
  586. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_basic_auth.rb +196 -0
  587. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cache.rb +191 -0
  588. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_client_cert_auth.rb +194 -0
  589. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template.rb +224 -0
  590. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request.rb +193 -0
  591. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_delete_response.rb +175 -0
  592. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request.rb +193 -0
  593. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list.rb +226 -0
  594. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request.rb +194 -0
  595. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_collect_event_request.rb +184 -0
  596. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_collect_event_response.rb +175 -0
  597. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_column.rb +221 -0
  598. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_condition.rb +205 -0
  599. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_container_node.rb +447 -0
  600. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_container_set_retry_strategy.rb +201 -0
  601. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_container_set_template.rb +212 -0
  602. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_continue_on.rb +194 -0
  603. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_counter.rb +191 -0
  604. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_create_cron_workflow_request.rb +202 -0
  605. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_create_s3_bucket_options.rb +186 -0
  606. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow.rb +233 -0
  607. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_deleted_response.rb +175 -0
  608. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_list.rb +226 -0
  609. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request.rb +193 -0
  610. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_spec.rb +303 -0
  611. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_status.rb +240 -0
  612. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request.rb +193 -0
  613. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_dag_task.rb +327 -0
  614. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_dag_template.rb +213 -0
  615. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_data.rb +208 -0
  616. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_data_source.rb +186 -0
  617. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_event.rb +190 -0
  618. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_event_response.rb +175 -0
  619. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_executor_config.rb +186 -0
  620. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_gauge.rb +216 -0
  621. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_gcs_artifact.rb +211 -0
  622. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_gcs_artifact_repository.rb +206 -0
  623. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_get_user_info_response.rb +249 -0
  624. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_git_artifact.rb +303 -0
  625. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_hdfs_artifact.rb +293 -0
  626. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository.rb +288 -0
  627. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_header.rb +206 -0
  628. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_histogram.rb +208 -0
  629. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http.rb +262 -0
  630. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http_artifact.rb +213 -0
  631. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http_auth.rb +202 -0
  632. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http_body_source.rb +200 -0
  633. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http_header.rb +207 -0
  634. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_http_header_source.rb +184 -0
  635. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_info_response.rb +226 -0
  636. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_inputs.rb +200 -0
  637. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_item.rb +176 -0
  638. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_label_keys.rb +187 -0
  639. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_label_value_from.rb +189 -0
  640. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_label_values.rb +187 -0
  641. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_lifecycle_hook.rb +215 -0
  642. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_link.rb +221 -0
  643. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request.rb +193 -0
  644. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_log_entry.rb +193 -0
  645. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_manifest_from.rb +190 -0
  646. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_memoization_status.rb +221 -0
  647. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_memoize.rb +221 -0
  648. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_metadata.rb +198 -0
  649. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_metric_label.rb +204 -0
  650. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_metrics.rb +193 -0
  651. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_mutex.rb +196 -0
  652. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_mutex_holding.rb +196 -0
  653. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_mutex_status.rb +200 -0
  654. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_node_flag.rb +195 -0
  655. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_node_status.rb +447 -0
  656. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_node_synchronization_status.rb +186 -0
  657. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_none_strategy.rb +176 -0
  658. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_o_auth2_auth.rb +225 -0
  659. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param.rb +201 -0
  660. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_oss_artifact.rb +271 -0
  661. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_oss_artifact_repository.rb +266 -0
  662. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule.rb +196 -0
  663. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_outputs.rb +220 -0
  664. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_parallel_steps.rb +175 -0
  665. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_parameter.rb +253 -0
  666. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_plugin.rb +176 -0
  667. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_pod_gc.rb +206 -0
  668. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_prometheus.rb +258 -0
  669. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_raw_artifact.rb +191 -0
  670. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_resource_template.rb +263 -0
  671. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request.rb +222 -0
  672. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_retry_affinity.rb +185 -0
  673. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request.rb +231 -0
  674. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_retry_node_anti_affinity.rb +176 -0
  675. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_retry_strategy.rb +226 -0
  676. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_s3_artifact.rb +305 -0
  677. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_s3_artifact_repository.rb +315 -0
  678. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_s3_encryption_options.rb +216 -0
  679. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_script_template.rb +452 -0
  680. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_semaphore_holding.rb +197 -0
  681. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_semaphore_ref.rb +196 -0
  682. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_semaphore_status.rb +199 -0
  683. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_sequence.rb +216 -0
  684. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_stop_strategy.rb +191 -0
  685. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_submit.rb +210 -0
  686. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_submit_opts.rb +298 -0
  687. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_supplied_value_from.rb +176 -0
  688. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_suspend_template.rb +186 -0
  689. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_synchronization.rb +220 -0
  690. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_synchronization_status.rb +196 -0
  691. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_tar_strategy.rb +186 -0
  692. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_template.rb +592 -0
  693. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_template_ref.rb +206 -0
  694. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_transformation_step.rb +190 -0
  695. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_ttl_strategy.rb +206 -0
  696. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_update_cron_workflow_request.rb +203 -0
  697. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_user_container.rb +447 -0
  698. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_value_from.rb +266 -0
  699. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_version.rb +287 -0
  700. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_volume_claim_gc.rb +186 -0
  701. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow.rb +233 -0
  702. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_create_request.rb +221 -0
  703. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_delete_response.rb +175 -0
  704. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_event_binding.rb +224 -0
  705. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_event_binding_list.rb +226 -0
  706. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.rb +200 -0
  707. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc.rb +226 -0
  708. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_lint_request.rb +193 -0
  709. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_list.rb +226 -0
  710. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_metadata.rb +208 -0
  711. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_resubmit_request.rb +213 -0
  712. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_resume_request.rb +202 -0
  713. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_retry_request.rb +222 -0
  714. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_set_request.rb +229 -0
  715. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_spec.rb +611 -0
  716. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_status.rb +378 -0
  717. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_step.rb +300 -0
  718. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_stop_request.rb +211 -0
  719. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_submit_request.rb +211 -0
  720. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_suspend_request.rb +193 -0
  721. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template.rb +224 -0
  722. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_create_request.rb +202 -0
  723. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_delete_response.rb +175 -0
  724. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_lint_request.rb +202 -0
  725. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_list.rb +226 -0
  726. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_ref.rb +196 -0
  727. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_template_update_request.rb +203 -0
  728. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_terminate_request.rb +193 -0
  729. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_workflow_watch_event.rb +193 -0
  730. data/lib/argo_workflows/models/io_argoproj_workflow_v1alpha1_zip_strategy.rb +176 -0
  731. data/lib/argo_workflows/models/io_k8s_api_core_v1_affinity.rb +206 -0
  732. data/lib/argo_workflows/models/io_k8s_api_core_v1_app_armor_profile.rb +201 -0
  733. data/lib/argo_workflows/models/io_k8s_api_core_v1_aws_elastic_block_store_volume_source.rb +221 -0
  734. data/lib/argo_workflows/models/io_k8s_api_core_v1_azure_disk_volume_source.rb +246 -0
  735. data/lib/argo_workflows/models/io_k8s_api_core_v1_azure_file_volume_source.rb +216 -0
  736. data/lib/argo_workflows/models/io_k8s_api_core_v1_capabilities.rb +200 -0
  737. data/lib/argo_workflows/models/io_k8s_api_core_v1_ceph_fs_volume_source.rb +243 -0
  738. data/lib/argo_workflows/models/io_k8s_api_core_v1_cinder_volume_source.rb +221 -0
  739. data/lib/argo_workflows/models/io_k8s_api_core_v1_cluster_trust_bundle_projection.rb +231 -0
  740. data/lib/argo_workflows/models/io_k8s_api_core_v1_config_map_env_source.rb +196 -0
  741. data/lib/argo_workflows/models/io_k8s_api_core_v1_config_map_key_selector.rb +211 -0
  742. data/lib/argo_workflows/models/io_k8s_api_core_v1_config_map_projection.rb +208 -0
  743. data/lib/argo_workflows/models/io_k8s_api_core_v1_config_map_volume_source.rb +218 -0
  744. data/lib/argo_workflows/models/io_k8s_api_core_v1_container.rb +437 -0
  745. data/lib/argo_workflows/models/io_k8s_api_core_v1_container_port.rb +231 -0
  746. data/lib/argo_workflows/models/io_k8s_api_core_v1_container_resize_policy.rb +206 -0
  747. data/lib/argo_workflows/models/io_k8s_api_core_v1_csi_volume_source.rb +233 -0
  748. data/lib/argo_workflows/models/io_k8s_api_core_v1_downward_api_projection.rb +188 -0
  749. data/lib/argo_workflows/models/io_k8s_api_core_v1_downward_api_volume_file.rb +221 -0
  750. data/lib/argo_workflows/models/io_k8s_api_core_v1_downward_api_volume_source.rb +198 -0
  751. data/lib/argo_workflows/models/io_k8s_api_core_v1_empty_dir_volume_source.rb +196 -0
  752. data/lib/argo_workflows/models/io_k8s_api_core_v1_env_from_source.rb +206 -0
  753. data/lib/argo_workflows/models/io_k8s_api_core_v1_env_var.rb +211 -0
  754. data/lib/argo_workflows/models/io_k8s_api_core_v1_env_var_source.rb +216 -0
  755. data/lib/argo_workflows/models/io_k8s_api_core_v1_ephemeral_volume_source.rb +186 -0
  756. data/lib/argo_workflows/models/io_k8s_api_core_v1_event.rb +356 -0
  757. data/lib/argo_workflows/models/io_k8s_api_core_v1_event_series.rb +196 -0
  758. data/lib/argo_workflows/models/io_k8s_api_core_v1_event_source.rb +196 -0
  759. data/lib/argo_workflows/models/io_k8s_api_core_v1_exec_action.rb +188 -0
  760. data/lib/argo_workflows/models/io_k8s_api_core_v1_fc_volume_source.rb +230 -0
  761. data/lib/argo_workflows/models/io_k8s_api_core_v1_flex_volume_source.rb +233 -0
  762. data/lib/argo_workflows/models/io_k8s_api_core_v1_flocker_volume_source.rb +196 -0
  763. data/lib/argo_workflows/models/io_k8s_api_core_v1_gce_persistent_disk_volume_source.rb +221 -0
  764. data/lib/argo_workflows/models/io_k8s_api_core_v1_git_repo_volume_source.rb +211 -0
  765. data/lib/argo_workflows/models/io_k8s_api_core_v1_glusterfs_volume_source.rb +216 -0
  766. data/lib/argo_workflows/models/io_k8s_api_core_v1_grpc_action.rb +200 -0
  767. data/lib/argo_workflows/models/io_k8s_api_core_v1_host_alias.rb +203 -0
  768. data/lib/argo_workflows/models/io_k8s_api_core_v1_host_path_volume_source.rb +201 -0
  769. data/lib/argo_workflows/models/io_k8s_api_core_v1_http_get_action.rb +233 -0
  770. data/lib/argo_workflows/models/io_k8s_api_core_v1_http_header.rb +206 -0
  771. data/lib/argo_workflows/models/io_k8s_api_core_v1_image_volume_source.rb +196 -0
  772. data/lib/argo_workflows/models/io_k8s_api_core_v1_iscsi_volume_source.rb +303 -0
  773. data/lib/argo_workflows/models/io_k8s_api_core_v1_key_to_path.rb +216 -0
  774. data/lib/argo_workflows/models/io_k8s_api_core_v1_lifecycle.rb +196 -0
  775. data/lib/argo_workflows/models/io_k8s_api_core_v1_lifecycle_handler.rb +216 -0
  776. data/lib/argo_workflows/models/io_k8s_api_core_v1_local_object_reference.rb +186 -0
  777. data/lib/argo_workflows/models/io_k8s_api_core_v1_modify_volume_status.rb +201 -0
  778. data/lib/argo_workflows/models/io_k8s_api_core_v1_nfs_volume_source.rb +216 -0
  779. data/lib/argo_workflows/models/io_k8s_api_core_v1_node_affinity.rb +198 -0
  780. data/lib/argo_workflows/models/io_k8s_api_core_v1_node_selector.rb +193 -0
  781. data/lib/argo_workflows/models/io_k8s_api_core_v1_node_selector_requirement.rb +218 -0
  782. data/lib/argo_workflows/models/io_k8s_api_core_v1_node_selector_term.rb +200 -0
  783. data/lib/argo_workflows/models/io_k8s_api_core_v1_object_field_selector.rb +201 -0
  784. data/lib/argo_workflows/models/io_k8s_api_core_v1_object_reference.rb +246 -0
  785. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim.rb +226 -0
  786. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim_condition.rb +244 -0
  787. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim_spec.rb +268 -0
  788. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim_status.rb +266 -0
  789. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim_template.rb +201 -0
  790. data/lib/argo_workflows/models/io_k8s_api_core_v1_persistent_volume_claim_volume_source.rb +201 -0
  791. data/lib/argo_workflows/models/io_k8s_api_core_v1_photon_persistent_disk_volume_source.rb +201 -0
  792. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_affinity.rb +200 -0
  793. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_affinity_term.rb +247 -0
  794. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_anti_affinity.rb +200 -0
  795. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_dns_config.rb +212 -0
  796. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_dns_config_option.rb +195 -0
  797. data/lib/argo_workflows/models/io_k8s_api_core_v1_pod_security_context.rb +300 -0
  798. data/lib/argo_workflows/models/io_k8s_api_core_v1_portworx_volume_source.rb +211 -0
  799. data/lib/argo_workflows/models/io_k8s_api_core_v1_preferred_scheduling_term.rb +206 -0
  800. data/lib/argo_workflows/models/io_k8s_api_core_v1_probe.rb +276 -0
  801. data/lib/argo_workflows/models/io_k8s_api_core_v1_projected_volume_source.rb +198 -0
  802. data/lib/argo_workflows/models/io_k8s_api_core_v1_quobyte_volume_source.rb +246 -0
  803. data/lib/argo_workflows/models/io_k8s_api_core_v1_rbd_volume_source.rb +268 -0
  804. data/lib/argo_workflows/models/io_k8s_api_core_v1_resource_claim.rb +201 -0
  805. data/lib/argo_workflows/models/io_k8s_api_core_v1_resource_field_selector.rb +211 -0
  806. data/lib/argo_workflows/models/io_k8s_api_core_v1_resource_requirements.rb +212 -0
  807. data/lib/argo_workflows/models/io_k8s_api_core_v1_scale_io_volume_source.rb +291 -0
  808. data/lib/argo_workflows/models/io_k8s_api_core_v1_se_linux_options.rb +216 -0
  809. data/lib/argo_workflows/models/io_k8s_api_core_v1_seccomp_profile.rb +201 -0
  810. data/lib/argo_workflows/models/io_k8s_api_core_v1_secret_env_source.rb +196 -0
  811. data/lib/argo_workflows/models/io_k8s_api_core_v1_secret_key_selector.rb +211 -0
  812. data/lib/argo_workflows/models/io_k8s_api_core_v1_secret_projection.rb +208 -0
  813. data/lib/argo_workflows/models/io_k8s_api_core_v1_secret_volume_source.rb +218 -0
  814. data/lib/argo_workflows/models/io_k8s_api_core_v1_security_context.rb +296 -0
  815. data/lib/argo_workflows/models/io_k8s_api_core_v1_service_account_token_projection.rb +211 -0
  816. data/lib/argo_workflows/models/io_k8s_api_core_v1_service_port.rb +241 -0
  817. data/lib/argo_workflows/models/io_k8s_api_core_v1_sleep_action.rb +191 -0
  818. data/lib/argo_workflows/models/io_k8s_api_core_v1_storage_os_volume_source.rb +226 -0
  819. data/lib/argo_workflows/models/io_k8s_api_core_v1_sysctl.rb +206 -0
  820. data/lib/argo_workflows/models/io_k8s_api_core_v1_tcp_socket_action.rb +201 -0
  821. data/lib/argo_workflows/models/io_k8s_api_core_v1_toleration.rb +226 -0
  822. data/lib/argo_workflows/models/io_k8s_api_core_v1_typed_local_object_reference.rb +216 -0
  823. data/lib/argo_workflows/models/io_k8s_api_core_v1_typed_object_reference.rb +225 -0
  824. data/lib/argo_workflows/models/io_k8s_api_core_v1_volume.rb +491 -0
  825. data/lib/argo_workflows/models/io_k8s_api_core_v1_volume_device.rb +206 -0
  826. data/lib/argo_workflows/models/io_k8s_api_core_v1_volume_mount.rb +256 -0
  827. data/lib/argo_workflows/models/io_k8s_api_core_v1_volume_projection.rb +226 -0
  828. data/lib/argo_workflows/models/io_k8s_api_core_v1_volume_resource_requirements.rb +200 -0
  829. data/lib/argo_workflows/models/io_k8s_api_core_v1_vsphere_virtual_disk_volume_source.rb +221 -0
  830. data/lib/argo_workflows/models/io_k8s_api_core_v1_weighted_pod_affinity_term.rb +206 -0
  831. data/lib/argo_workflows/models/io_k8s_api_core_v1_windows_security_context_options.rb +216 -0
  832. data/lib/argo_workflows/models/io_k8s_api_policy_v1_pod_disruption_budget_spec.rb +216 -0
  833. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_api_resource_quantity.rb +176 -0
  834. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_create_options.rb +205 -0
  835. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_fields_v1.rb +176 -0
  836. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_group_version_resource.rb +203 -0
  837. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_label_selector.rb +200 -0
  838. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_label_selector_requirement.rb +218 -0
  839. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_list_meta.rb +216 -0
  840. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry.rb +246 -0
  841. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_micro_time.rb +176 -0
  842. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_object_meta.rb +336 -0
  843. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_owner_reference.rb +256 -0
  844. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_apis_meta_v1_time.rb +176 -0
  845. data/lib/argo_workflows/models/io_k8s_apimachinery_pkg_util_intstr_int_or_string.rb +175 -0
  846. data/lib/argo_workflows/models/sensor_create_sensor_request.rb +202 -0
  847. data/lib/argo_workflows/models/sensor_delete_sensor_response.rb +175 -0
  848. data/lib/argo_workflows/models/sensor_log_entry.rb +247 -0
  849. data/lib/argo_workflows/models/sensor_sensor_watch_event.rb +193 -0
  850. data/lib/argo_workflows/models/sensor_update_sensor_request.rb +202 -0
  851. data/lib/argo_workflows/models/stream_result_of_eventsource_event_source_watch_event.rb +193 -0
  852. data/lib/argo_workflows/models/stream_result_of_eventsource_log_entry.rb +193 -0
  853. data/lib/argo_workflows/models/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry.rb +193 -0
  854. data/lib/argo_workflows/models/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event.rb +193 -0
  855. data/lib/argo_workflows/models/stream_result_of_io_k8s_api_core_v1_event.rb +193 -0
  856. data/lib/argo_workflows/models/stream_result_of_sensor_log_entry.rb +193 -0
  857. data/lib/argo_workflows/models/stream_result_of_sensor_sensor_watch_event.rb +193 -0
  858. data/lib/argo_workflows/version.rb +15 -0
  859. data/lib/argo_workflows.rb +463 -0
  860. data/spec/api/archived_workflow_service_api_spec.rb +131 -0
  861. data/spec/api/artifact_service_api_spec.rb +105 -0
  862. data/spec/api/cluster_workflow_template_service_api_spec.rb +112 -0
  863. data/spec/api/cron_workflow_service_api_spec.rb +142 -0
  864. data/spec/api/event_service_api_spec.rb +67 -0
  865. data/spec/api/event_source_service_api_spec.rb +150 -0
  866. data/spec/api/info_service_api_spec.rb +72 -0
  867. data/spec/api/sensor_service_api_spec.rb +150 -0
  868. data/spec/api/workflow_service_api_spec.rb +295 -0
  869. data/spec/api/workflow_template_service_api_spec.rb +119 -0
  870. data/spec/api_client_spec.rb +243 -0
  871. data/spec/configuration_spec.rb +42 -0
  872. data/spec/models/eventsource_create_event_source_request_spec.rb +47 -0
  873. data/spec/models/eventsource_event_source_deleted_response_spec.rb +35 -0
  874. data/spec/models/eventsource_event_source_watch_event_spec.rb +47 -0
  875. data/spec/models/eventsource_log_entry_spec.rb +77 -0
  876. data/spec/models/eventsource_update_event_source_request_spec.rb +53 -0
  877. data/spec/models/google_protobuf_any_spec.rb +47 -0
  878. data/spec/models/grpc_gateway_runtime_error_spec.rb +59 -0
  879. data/spec/models/grpc_gateway_runtime_stream_error_spec.rb +65 -0
  880. data/spec/models/io_argoproj_events_v1alpha1_amount_spec.rb +41 -0
  881. data/spec/models/io_argoproj_events_v1alpha1_amqp_consume_config_spec.rb +65 -0
  882. data/spec/models/io_argoproj_events_v1alpha1_amqp_event_source_spec.rb +125 -0
  883. data/spec/models/io_argoproj_events_v1alpha1_amqp_exchange_declare_config_spec.rb +59 -0
  884. data/spec/models/io_argoproj_events_v1alpha1_amqp_queue_bind_config_spec.rb +41 -0
  885. data/spec/models/io_argoproj_events_v1alpha1_amqp_queue_declare_config_spec.rb +71 -0
  886. data/spec/models/io_argoproj_events_v1alpha1_argo_workflow_trigger_spec.rb +59 -0
  887. data/spec/models/io_argoproj_events_v1alpha1_artifact_location_spec.rb +77 -0
  888. data/spec/models/io_argoproj_events_v1alpha1_aws_lambda_trigger_spec.rb +83 -0
  889. data/spec/models/io_argoproj_events_v1alpha1_azure_event_hubs_trigger_spec.rb +71 -0
  890. data/spec/models/io_argoproj_events_v1alpha1_azure_events_hub_event_source_spec.rb +71 -0
  891. data/spec/models/io_argoproj_events_v1alpha1_azure_queue_storage_event_source_spec.rb +89 -0
  892. data/spec/models/io_argoproj_events_v1alpha1_azure_service_bus_event_source_spec.rb +89 -0
  893. data/spec/models/io_argoproj_events_v1alpha1_azure_service_bus_trigger_spec.rb +77 -0
  894. data/spec/models/io_argoproj_events_v1alpha1_backoff_spec.rb +59 -0
  895. data/spec/models/io_argoproj_events_v1alpha1_basic_auth_spec.rb +47 -0
  896. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_auth_spec.rb +47 -0
  897. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_basic_auth_spec.rb +47 -0
  898. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_event_source_spec.rb +95 -0
  899. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_repository_spec.rb +47 -0
  900. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_server_event_source_spec.rb +107 -0
  901. data/spec/models/io_argoproj_events_v1alpha1_bitbucket_server_repository_spec.rb +47 -0
  902. data/spec/models/io_argoproj_events_v1alpha1_calendar_event_source_spec.rb +77 -0
  903. data/spec/models/io_argoproj_events_v1alpha1_catchup_configuration_spec.rb +47 -0
  904. data/spec/models/io_argoproj_events_v1alpha1_condition_spec.rb +65 -0
  905. data/spec/models/io_argoproj_events_v1alpha1_conditions_reset_by_time_spec.rb +47 -0
  906. data/spec/models/io_argoproj_events_v1alpha1_conditions_reset_criteria_spec.rb +41 -0
  907. data/spec/models/io_argoproj_events_v1alpha1_config_map_persistence_spec.rb +47 -0
  908. data/spec/models/io_argoproj_events_v1alpha1_custom_trigger_spec.rb +77 -0
  909. data/spec/models/io_argoproj_events_v1alpha1_data_filter_spec.rb +65 -0
  910. data/spec/models/io_argoproj_events_v1alpha1_email_trigger_spec.rb +89 -0
  911. data/spec/models/io_argoproj_events_v1alpha1_emitter_event_source_spec.rb +95 -0
  912. data/spec/models/io_argoproj_events_v1alpha1_event_context_spec.rb +77 -0
  913. data/spec/models/io_argoproj_events_v1alpha1_event_dependency_filter_spec.rb +77 -0
  914. data/spec/models/io_argoproj_events_v1alpha1_event_dependency_spec.rb +71 -0
  915. data/spec/models/io_argoproj_events_v1alpha1_event_dependency_transformer_spec.rb +47 -0
  916. data/spec/models/io_argoproj_events_v1alpha1_event_persistence_spec.rb +47 -0
  917. data/spec/models/io_argoproj_events_v1alpha1_event_source_filter_spec.rb +41 -0
  918. data/spec/models/io_argoproj_events_v1alpha1_event_source_list_spec.rb +47 -0
  919. data/spec/models/io_argoproj_events_v1alpha1_event_source_spec.rb +53 -0
  920. data/spec/models/io_argoproj_events_v1alpha1_event_source_spec_spec.rb +245 -0
  921. data/spec/models/io_argoproj_events_v1alpha1_event_source_status_spec.rb +41 -0
  922. data/spec/models/io_argoproj_events_v1alpha1_expr_filter_spec.rb +47 -0
  923. data/spec/models/io_argoproj_events_v1alpha1_file_artifact_spec.rb +41 -0
  924. data/spec/models/io_argoproj_events_v1alpha1_file_event_source_spec.rb +65 -0
  925. data/spec/models/io_argoproj_events_v1alpha1_generic_event_source_spec.rb +77 -0
  926. data/spec/models/io_argoproj_events_v1alpha1_gerrit_event_source_spec.rb +95 -0
  927. data/spec/models/io_argoproj_events_v1alpha1_git_artifact_spec.rb +95 -0
  928. data/spec/models/io_argoproj_events_v1alpha1_git_creds_spec.rb +47 -0
  929. data/spec/models/io_argoproj_events_v1alpha1_git_remote_config_spec.rb +47 -0
  930. data/spec/models/io_argoproj_events_v1alpha1_github_app_creds_spec.rb +53 -0
  931. data/spec/models/io_argoproj_events_v1alpha1_github_event_source_spec.rb +143 -0
  932. data/spec/models/io_argoproj_events_v1alpha1_gitlab_event_source_spec.rb +107 -0
  933. data/spec/models/io_argoproj_events_v1alpha1_hdfs_event_source_spec.rb +113 -0
  934. data/spec/models/io_argoproj_events_v1alpha1_http_trigger_spec.rb +89 -0
  935. data/spec/models/io_argoproj_events_v1alpha1_int64_or_string_spec.rb +53 -0
  936. data/spec/models/io_argoproj_events_v1alpha1_k8_s_resource_policy_spec.rb +53 -0
  937. data/spec/models/io_argoproj_events_v1alpha1_kafka_consumer_group_spec.rb +53 -0
  938. data/spec/models/io_argoproj_events_v1alpha1_kafka_event_source_spec.rb +113 -0
  939. data/spec/models/io_argoproj_events_v1alpha1_kafka_trigger_spec.rb +113 -0
  940. data/spec/models/io_argoproj_events_v1alpha1_log_trigger_spec.rb +41 -0
  941. data/spec/models/io_argoproj_events_v1alpha1_metadata_spec.rb +47 -0
  942. data/spec/models/io_argoproj_events_v1alpha1_mqtt_event_source_spec.rb +89 -0
  943. data/spec/models/io_argoproj_events_v1alpha1_nats_auth_spec.rb +59 -0
  944. data/spec/models/io_argoproj_events_v1alpha1_nats_events_source_spec.rb +83 -0
  945. data/spec/models/io_argoproj_events_v1alpha1_nats_trigger_spec.rb +65 -0
  946. data/spec/models/io_argoproj_events_v1alpha1_nsq_event_source_spec.rb +83 -0
  947. data/spec/models/io_argoproj_events_v1alpha1_open_whisk_trigger_spec.rb +77 -0
  948. data/spec/models/io_argoproj_events_v1alpha1_owned_repositories_spec.rb +47 -0
  949. data/spec/models/io_argoproj_events_v1alpha1_payload_field_spec.rb +47 -0
  950. data/spec/models/io_argoproj_events_v1alpha1_pub_sub_event_source_spec.rb +89 -0
  951. data/spec/models/io_argoproj_events_v1alpha1_pulsar_event_source_spec.rb +119 -0
  952. data/spec/models/io_argoproj_events_v1alpha1_pulsar_trigger_spec.rb +107 -0
  953. data/spec/models/io_argoproj_events_v1alpha1_rate_limit_spec.rb +47 -0
  954. data/spec/models/io_argoproj_events_v1alpha1_redis_event_source_spec.rb +95 -0
  955. data/spec/models/io_argoproj_events_v1alpha1_redis_stream_event_source_spec.rb +95 -0
  956. data/spec/models/io_argoproj_events_v1alpha1_resource_event_source_spec.rb +65 -0
  957. data/spec/models/io_argoproj_events_v1alpha1_resource_filter_spec.rb +65 -0
  958. data/spec/models/io_argoproj_events_v1alpha1_resource_spec.rb +41 -0
  959. data/spec/models/io_argoproj_events_v1alpha1_s3_artifact_spec.rb +95 -0
  960. data/spec/models/io_argoproj_events_v1alpha1_s3_bucket_spec.rb +47 -0
  961. data/spec/models/io_argoproj_events_v1alpha1_s3_filter_spec.rb +47 -0
  962. data/spec/models/io_argoproj_events_v1alpha1_sasl_config_spec.rb +53 -0
  963. data/spec/models/io_argoproj_events_v1alpha1_schema_registry_config_spec.rb +53 -0
  964. data/spec/models/io_argoproj_events_v1alpha1_secure_header_spec.rb +47 -0
  965. data/spec/models/io_argoproj_events_v1alpha1_selector_spec.rb +53 -0
  966. data/spec/models/io_argoproj_events_v1alpha1_sensor_list_spec.rb +47 -0
  967. data/spec/models/io_argoproj_events_v1alpha1_sensor_spec.rb +53 -0
  968. data/spec/models/io_argoproj_events_v1alpha1_sensor_spec_spec.rb +83 -0
  969. data/spec/models/io_argoproj_events_v1alpha1_sensor_status_spec.rb +41 -0
  970. data/spec/models/io_argoproj_events_v1alpha1_service_spec.rb +47 -0
  971. data/spec/models/io_argoproj_events_v1alpha1_sftp_event_source_spec.rb +89 -0
  972. data/spec/models/io_argoproj_events_v1alpha1_slack_event_source_spec.rb +65 -0
  973. data/spec/models/io_argoproj_events_v1alpha1_slack_sender_spec.rb +47 -0
  974. data/spec/models/io_argoproj_events_v1alpha1_slack_thread_spec.rb +47 -0
  975. data/spec/models/io_argoproj_events_v1alpha1_slack_trigger_spec.rb +83 -0
  976. data/spec/models/io_argoproj_events_v1alpha1_sns_event_source_spec.rb +95 -0
  977. data/spec/models/io_argoproj_events_v1alpha1_sqs_event_source_spec.rb +113 -0
  978. data/spec/models/io_argoproj_events_v1alpha1_standard_k8_s_trigger_spec.rb +65 -0
  979. data/spec/models/io_argoproj_events_v1alpha1_status_policy_spec.rb +41 -0
  980. data/spec/models/io_argoproj_events_v1alpha1_status_spec.rb +41 -0
  981. data/spec/models/io_argoproj_events_v1alpha1_storage_grid_event_source_spec.rb +89 -0
  982. data/spec/models/io_argoproj_events_v1alpha1_storage_grid_filter_spec.rb +47 -0
  983. data/spec/models/io_argoproj_events_v1alpha1_stripe_event_source_spec.rb +65 -0
  984. data/spec/models/io_argoproj_events_v1alpha1_template_spec.rb +101 -0
  985. data/spec/models/io_argoproj_events_v1alpha1_time_filter_spec.rb +47 -0
  986. data/spec/models/io_argoproj_events_v1alpha1_tls_config_spec.rb +59 -0
  987. data/spec/models/io_argoproj_events_v1alpha1_trigger_parameter_source_spec.rb +77 -0
  988. data/spec/models/io_argoproj_events_v1alpha1_trigger_parameter_spec.rb +53 -0
  989. data/spec/models/io_argoproj_events_v1alpha1_trigger_policy_spec.rb +47 -0
  990. data/spec/models/io_argoproj_events_v1alpha1_trigger_spec.rb +71 -0
  991. data/spec/models/io_argoproj_events_v1alpha1_trigger_template_spec.rb +137 -0
  992. data/spec/models/io_argoproj_events_v1alpha1_url_artifact_spec.rb +47 -0
  993. data/spec/models/io_argoproj_events_v1alpha1_value_from_source_spec.rb +47 -0
  994. data/spec/models/io_argoproj_events_v1alpha1_watch_path_config_spec.rb +53 -0
  995. data/spec/models/io_argoproj_events_v1alpha1_webhook_context_spec.rb +89 -0
  996. data/spec/models/io_argoproj_events_v1alpha1_webhook_event_source_spec.rb +47 -0
  997. data/spec/models/io_argoproj_workflow_v1alpha1_amount_spec.rb +35 -0
  998. data/spec/models/io_argoproj_workflow_v1alpha1_archive_strategy_spec.rb +53 -0
  999. data/spec/models/io_argoproj_workflow_v1alpha1_archived_workflow_deleted_response_spec.rb +35 -0
  1000. data/spec/models/io_argoproj_workflow_v1alpha1_arguments_spec.rb +47 -0
  1001. data/spec/models/io_argoproj_workflow_v1alpha1_art_gc_status_spec.rb +53 -0
  1002. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_gc_spec.rb +53 -0
  1003. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_location_spec.rb +95 -0
  1004. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_paths_spec.rb +167 -0
  1005. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_repository_ref_spec.rb +47 -0
  1006. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_repository_ref_status_spec.rb +65 -0
  1007. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_repository_spec.rb +77 -0
  1008. data/spec/models/io_argoproj_workflow_v1alpha1_artifact_spec.rb +167 -0
  1009. data/spec/models/io_argoproj_workflow_v1alpha1_artifactory_artifact_repository_spec.rb +59 -0
  1010. data/spec/models/io_argoproj_workflow_v1alpha1_artifactory_artifact_spec.rb +53 -0
  1011. data/spec/models/io_argoproj_workflow_v1alpha1_azure_artifact_repository_spec.rb +65 -0
  1012. data/spec/models/io_argoproj_workflow_v1alpha1_azure_artifact_spec.rb +65 -0
  1013. data/spec/models/io_argoproj_workflow_v1alpha1_backoff_spec.rb +59 -0
  1014. data/spec/models/io_argoproj_workflow_v1alpha1_basic_auth_spec.rb +47 -0
  1015. data/spec/models/io_argoproj_workflow_v1alpha1_cache_spec.rb +41 -0
  1016. data/spec/models/io_argoproj_workflow_v1alpha1_client_cert_auth_spec.rb +47 -0
  1017. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_create_request_spec.rb +47 -0
  1018. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_delete_response_spec.rb +35 -0
  1019. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_lint_request_spec.rb +47 -0
  1020. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_list_spec.rb +59 -0
  1021. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_spec.rb +59 -0
  1022. data/spec/models/io_argoproj_workflow_v1alpha1_cluster_workflow_template_update_request_spec.rb +47 -0
  1023. data/spec/models/io_argoproj_workflow_v1alpha1_collect_event_request_spec.rb +41 -0
  1024. data/spec/models/io_argoproj_workflow_v1alpha1_collect_event_response_spec.rb +35 -0
  1025. data/spec/models/io_argoproj_workflow_v1alpha1_column_spec.rb +53 -0
  1026. data/spec/models/io_argoproj_workflow_v1alpha1_condition_spec.rb +53 -0
  1027. data/spec/models/io_argoproj_workflow_v1alpha1_container_node_spec.rb +185 -0
  1028. data/spec/models/io_argoproj_workflow_v1alpha1_container_set_retry_strategy_spec.rb +47 -0
  1029. data/spec/models/io_argoproj_workflow_v1alpha1_container_set_template_spec.rb +53 -0
  1030. data/spec/models/io_argoproj_workflow_v1alpha1_continue_on_spec.rb +47 -0
  1031. data/spec/models/io_argoproj_workflow_v1alpha1_counter_spec.rb +41 -0
  1032. data/spec/models/io_argoproj_workflow_v1alpha1_create_cron_workflow_request_spec.rb +53 -0
  1033. data/spec/models/io_argoproj_workflow_v1alpha1_create_s3_bucket_options_spec.rb +41 -0
  1034. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_deleted_response_spec.rb +35 -0
  1035. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_list_spec.rb +59 -0
  1036. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_resume_request_spec.rb +47 -0
  1037. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_spec.rb +65 -0
  1038. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_spec_spec.rb +107 -0
  1039. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_status_spec.rb +71 -0
  1040. data/spec/models/io_argoproj_workflow_v1alpha1_cron_workflow_suspend_request_spec.rb +47 -0
  1041. data/spec/models/io_argoproj_workflow_v1alpha1_dag_task_spec.rb +119 -0
  1042. data/spec/models/io_argoproj_workflow_v1alpha1_dag_template_spec.rb +53 -0
  1043. data/spec/models/io_argoproj_workflow_v1alpha1_data_source_spec.rb +41 -0
  1044. data/spec/models/io_argoproj_workflow_v1alpha1_data_spec.rb +47 -0
  1045. data/spec/models/io_argoproj_workflow_v1alpha1_event_response_spec.rb +35 -0
  1046. data/spec/models/io_argoproj_workflow_v1alpha1_event_spec.rb +41 -0
  1047. data/spec/models/io_argoproj_workflow_v1alpha1_executor_config_spec.rb +41 -0
  1048. data/spec/models/io_argoproj_workflow_v1alpha1_gauge_spec.rb +53 -0
  1049. data/spec/models/io_argoproj_workflow_v1alpha1_gcs_artifact_repository_spec.rb +53 -0
  1050. data/spec/models/io_argoproj_workflow_v1alpha1_gcs_artifact_spec.rb +53 -0
  1051. data/spec/models/io_argoproj_workflow_v1alpha1_get_user_info_response_spec.rb +83 -0
  1052. data/spec/models/io_argoproj_workflow_v1alpha1_git_artifact_spec.rb +107 -0
  1053. data/spec/models/io_argoproj_workflow_v1alpha1_hdfs_artifact_repository_spec.rb +101 -0
  1054. data/spec/models/io_argoproj_workflow_v1alpha1_hdfs_artifact_spec.rb +101 -0
  1055. data/spec/models/io_argoproj_workflow_v1alpha1_header_spec.rb +47 -0
  1056. data/spec/models/io_argoproj_workflow_v1alpha1_histogram_spec.rb +47 -0
  1057. data/spec/models/io_argoproj_workflow_v1alpha1_http_artifact_spec.rb +53 -0
  1058. data/spec/models/io_argoproj_workflow_v1alpha1_http_auth_spec.rb +53 -0
  1059. data/spec/models/io_argoproj_workflow_v1alpha1_http_body_source_spec.rb +41 -0
  1060. data/spec/models/io_argoproj_workflow_v1alpha1_http_header_source_spec.rb +41 -0
  1061. data/spec/models/io_argoproj_workflow_v1alpha1_http_header_spec.rb +53 -0
  1062. data/spec/models/io_argoproj_workflow_v1alpha1_http_spec.rb +83 -0
  1063. data/spec/models/io_argoproj_workflow_v1alpha1_info_response_spec.rb +65 -0
  1064. data/spec/models/io_argoproj_workflow_v1alpha1_inputs_spec.rb +47 -0
  1065. data/spec/models/io_argoproj_workflow_v1alpha1_item_spec.rb +35 -0
  1066. data/spec/models/io_argoproj_workflow_v1alpha1_label_keys_spec.rb +41 -0
  1067. data/spec/models/io_argoproj_workflow_v1alpha1_label_value_from_spec.rb +41 -0
  1068. data/spec/models/io_argoproj_workflow_v1alpha1_label_values_spec.rb +41 -0
  1069. data/spec/models/io_argoproj_workflow_v1alpha1_lifecycle_hook_spec.rb +59 -0
  1070. data/spec/models/io_argoproj_workflow_v1alpha1_link_spec.rb +53 -0
  1071. data/spec/models/io_argoproj_workflow_v1alpha1_lint_cron_workflow_request_spec.rb +47 -0
  1072. data/spec/models/io_argoproj_workflow_v1alpha1_log_entry_spec.rb +47 -0
  1073. data/spec/models/io_argoproj_workflow_v1alpha1_manifest_from_spec.rb +41 -0
  1074. data/spec/models/io_argoproj_workflow_v1alpha1_memoization_status_spec.rb +53 -0
  1075. data/spec/models/io_argoproj_workflow_v1alpha1_memoize_spec.rb +53 -0
  1076. data/spec/models/io_argoproj_workflow_v1alpha1_metadata_spec.rb +47 -0
  1077. data/spec/models/io_argoproj_workflow_v1alpha1_metric_label_spec.rb +47 -0
  1078. data/spec/models/io_argoproj_workflow_v1alpha1_metrics_spec.rb +41 -0
  1079. data/spec/models/io_argoproj_workflow_v1alpha1_mutex_holding_spec.rb +47 -0
  1080. data/spec/models/io_argoproj_workflow_v1alpha1_mutex_spec.rb +47 -0
  1081. data/spec/models/io_argoproj_workflow_v1alpha1_mutex_status_spec.rb +47 -0
  1082. data/spec/models/io_argoproj_workflow_v1alpha1_node_flag_spec.rb +47 -0
  1083. data/spec/models/io_argoproj_workflow_v1alpha1_node_status_spec.rb +185 -0
  1084. data/spec/models/io_argoproj_workflow_v1alpha1_node_synchronization_status_spec.rb +41 -0
  1085. data/spec/models/io_argoproj_workflow_v1alpha1_none_strategy_spec.rb +35 -0
  1086. data/spec/models/io_argoproj_workflow_v1alpha1_o_auth2_auth_spec.rb +65 -0
  1087. data/spec/models/io_argoproj_workflow_v1alpha1_o_auth2_endpoint_param_spec.rb +47 -0
  1088. data/spec/models/io_argoproj_workflow_v1alpha1_oss_artifact_repository_spec.rb +89 -0
  1089. data/spec/models/io_argoproj_workflow_v1alpha1_oss_artifact_spec.rb +89 -0
  1090. data/spec/models/io_argoproj_workflow_v1alpha1_oss_lifecycle_rule_spec.rb +47 -0
  1091. data/spec/models/io_argoproj_workflow_v1alpha1_outputs_spec.rb +59 -0
  1092. data/spec/models/io_argoproj_workflow_v1alpha1_parallel_steps_spec.rb +35 -0
  1093. data/spec/models/io_argoproj_workflow_v1alpha1_parameter_spec.rb +77 -0
  1094. data/spec/models/io_argoproj_workflow_v1alpha1_plugin_spec.rb +35 -0
  1095. data/spec/models/io_argoproj_workflow_v1alpha1_pod_gc_spec.rb +53 -0
  1096. data/spec/models/io_argoproj_workflow_v1alpha1_prometheus_spec.rb +77 -0
  1097. data/spec/models/io_argoproj_workflow_v1alpha1_raw_artifact_spec.rb +41 -0
  1098. data/spec/models/io_argoproj_workflow_v1alpha1_resource_template_spec.rb +83 -0
  1099. data/spec/models/io_argoproj_workflow_v1alpha1_resubmit_archived_workflow_request_spec.rb +65 -0
  1100. data/spec/models/io_argoproj_workflow_v1alpha1_retry_affinity_spec.rb +41 -0
  1101. data/spec/models/io_argoproj_workflow_v1alpha1_retry_archived_workflow_request_spec.rb +71 -0
  1102. data/spec/models/io_argoproj_workflow_v1alpha1_retry_node_anti_affinity_spec.rb +35 -0
  1103. data/spec/models/io_argoproj_workflow_v1alpha1_retry_strategy_spec.rb +65 -0
  1104. data/spec/models/io_argoproj_workflow_v1alpha1_s3_artifact_repository_spec.rb +119 -0
  1105. data/spec/models/io_argoproj_workflow_v1alpha1_s3_artifact_spec.rb +113 -0
  1106. data/spec/models/io_argoproj_workflow_v1alpha1_s3_encryption_options_spec.rb +59 -0
  1107. data/spec/models/io_argoproj_workflow_v1alpha1_script_template_spec.rb +185 -0
  1108. data/spec/models/io_argoproj_workflow_v1alpha1_semaphore_holding_spec.rb +47 -0
  1109. data/spec/models/io_argoproj_workflow_v1alpha1_semaphore_ref_spec.rb +47 -0
  1110. data/spec/models/io_argoproj_workflow_v1alpha1_semaphore_status_spec.rb +47 -0
  1111. data/spec/models/io_argoproj_workflow_v1alpha1_sequence_spec.rb +59 -0
  1112. data/spec/models/io_argoproj_workflow_v1alpha1_stop_strategy_spec.rb +41 -0
  1113. data/spec/models/io_argoproj_workflow_v1alpha1_submit_opts_spec.rb +107 -0
  1114. data/spec/models/io_argoproj_workflow_v1alpha1_submit_spec.rb +53 -0
  1115. data/spec/models/io_argoproj_workflow_v1alpha1_supplied_value_from_spec.rb +35 -0
  1116. data/spec/models/io_argoproj_workflow_v1alpha1_suspend_template_spec.rb +41 -0
  1117. data/spec/models/io_argoproj_workflow_v1alpha1_synchronization_spec.rb +59 -0
  1118. data/spec/models/io_argoproj_workflow_v1alpha1_synchronization_status_spec.rb +47 -0
  1119. data/spec/models/io_argoproj_workflow_v1alpha1_tar_strategy_spec.rb +41 -0
  1120. data/spec/models/io_argoproj_workflow_v1alpha1_template_ref_spec.rb +53 -0
  1121. data/spec/models/io_argoproj_workflow_v1alpha1_template_spec.rb +275 -0
  1122. data/spec/models/io_argoproj_workflow_v1alpha1_transformation_step_spec.rb +41 -0
  1123. data/spec/models/io_argoproj_workflow_v1alpha1_ttl_strategy_spec.rb +53 -0
  1124. data/spec/models/io_argoproj_workflow_v1alpha1_update_cron_workflow_request_spec.rb +53 -0
  1125. data/spec/models/io_argoproj_workflow_v1alpha1_user_container_spec.rb +185 -0
  1126. data/spec/models/io_argoproj_workflow_v1alpha1_value_from_spec.rb +89 -0
  1127. data/spec/models/io_argoproj_workflow_v1alpha1_version_spec.rb +83 -0
  1128. data/spec/models/io_argoproj_workflow_v1alpha1_volume_claim_gc_spec.rb +41 -0
  1129. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_create_request_spec.rb +65 -0
  1130. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_delete_response_spec.rb +35 -0
  1131. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_event_binding_list_spec.rb +59 -0
  1132. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec.rb +59 -0
  1133. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_event_binding_spec_spec.rb +47 -0
  1134. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_level_artifact_gc_spec.rb +65 -0
  1135. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_lint_request_spec.rb +47 -0
  1136. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_list_spec.rb +59 -0
  1137. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_metadata_spec.rb +53 -0
  1138. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_resubmit_request_spec.rb +59 -0
  1139. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_resume_request_spec.rb +53 -0
  1140. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_retry_request_spec.rb +65 -0
  1141. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_set_request_spec.rb +71 -0
  1142. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_spec.rb +65 -0
  1143. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_spec_spec.rb +287 -0
  1144. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_status_spec.rb +149 -0
  1145. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_step_spec.rb +107 -0
  1146. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_stop_request_spec.rb +59 -0
  1147. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_submit_request_spec.rb +59 -0
  1148. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_suspend_request_spec.rb +47 -0
  1149. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_create_request_spec.rb +53 -0
  1150. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_delete_response_spec.rb +35 -0
  1151. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_lint_request_spec.rb +53 -0
  1152. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_list_spec.rb +59 -0
  1153. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_ref_spec.rb +47 -0
  1154. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_spec.rb +59 -0
  1155. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_template_update_request_spec.rb +53 -0
  1156. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_terminate_request_spec.rb +47 -0
  1157. data/spec/models/io_argoproj_workflow_v1alpha1_workflow_watch_event_spec.rb +47 -0
  1158. data/spec/models/io_argoproj_workflow_v1alpha1_zip_strategy_spec.rb +35 -0
  1159. data/spec/models/io_k8s_api_core_v1_affinity_spec.rb +53 -0
  1160. data/spec/models/io_k8s_api_core_v1_app_armor_profile_spec.rb +47 -0
  1161. data/spec/models/io_k8s_api_core_v1_aws_elastic_block_store_volume_source_spec.rb +59 -0
  1162. data/spec/models/io_k8s_api_core_v1_azure_disk_volume_source_spec.rb +71 -0
  1163. data/spec/models/io_k8s_api_core_v1_azure_file_volume_source_spec.rb +53 -0
  1164. data/spec/models/io_k8s_api_core_v1_capabilities_spec.rb +47 -0
  1165. data/spec/models/io_k8s_api_core_v1_ceph_fs_volume_source_spec.rb +71 -0
  1166. data/spec/models/io_k8s_api_core_v1_cinder_volume_source_spec.rb +59 -0
  1167. data/spec/models/io_k8s_api_core_v1_cluster_trust_bundle_projection_spec.rb +65 -0
  1168. data/spec/models/io_k8s_api_core_v1_config_map_env_source_spec.rb +47 -0
  1169. data/spec/models/io_k8s_api_core_v1_config_map_key_selector_spec.rb +53 -0
  1170. data/spec/models/io_k8s_api_core_v1_config_map_projection_spec.rb +53 -0
  1171. data/spec/models/io_k8s_api_core_v1_config_map_volume_source_spec.rb +59 -0
  1172. data/spec/models/io_k8s_api_core_v1_container_port_spec.rb +65 -0
  1173. data/spec/models/io_k8s_api_core_v1_container_resize_policy_spec.rb +47 -0
  1174. data/spec/models/io_k8s_api_core_v1_container_spec.rb +179 -0
  1175. data/spec/models/io_k8s_api_core_v1_csi_volume_source_spec.rb +65 -0
  1176. data/spec/models/io_k8s_api_core_v1_downward_api_projection_spec.rb +41 -0
  1177. data/spec/models/io_k8s_api_core_v1_downward_api_volume_file_spec.rb +59 -0
  1178. data/spec/models/io_k8s_api_core_v1_downward_api_volume_source_spec.rb +47 -0
  1179. data/spec/models/io_k8s_api_core_v1_empty_dir_volume_source_spec.rb +47 -0
  1180. data/spec/models/io_k8s_api_core_v1_env_from_source_spec.rb +53 -0
  1181. data/spec/models/io_k8s_api_core_v1_env_var_source_spec.rb +59 -0
  1182. data/spec/models/io_k8s_api_core_v1_env_var_spec.rb +53 -0
  1183. data/spec/models/io_k8s_api_core_v1_ephemeral_volume_source_spec.rb +41 -0
  1184. data/spec/models/io_k8s_api_core_v1_event_series_spec.rb +47 -0
  1185. data/spec/models/io_k8s_api_core_v1_event_source_spec.rb +47 -0
  1186. data/spec/models/io_k8s_api_core_v1_event_spec.rb +137 -0
  1187. data/spec/models/io_k8s_api_core_v1_exec_action_spec.rb +41 -0
  1188. data/spec/models/io_k8s_api_core_v1_fc_volume_source_spec.rb +65 -0
  1189. data/spec/models/io_k8s_api_core_v1_flex_volume_source_spec.rb +65 -0
  1190. data/spec/models/io_k8s_api_core_v1_flocker_volume_source_spec.rb +47 -0
  1191. data/spec/models/io_k8s_api_core_v1_gce_persistent_disk_volume_source_spec.rb +59 -0
  1192. data/spec/models/io_k8s_api_core_v1_git_repo_volume_source_spec.rb +53 -0
  1193. data/spec/models/io_k8s_api_core_v1_glusterfs_volume_source_spec.rb +53 -0
  1194. data/spec/models/io_k8s_api_core_v1_grpc_action_spec.rb +47 -0
  1195. data/spec/models/io_k8s_api_core_v1_host_alias_spec.rb +47 -0
  1196. data/spec/models/io_k8s_api_core_v1_host_path_volume_source_spec.rb +47 -0
  1197. data/spec/models/io_k8s_api_core_v1_http_get_action_spec.rb +65 -0
  1198. data/spec/models/io_k8s_api_core_v1_http_header_spec.rb +47 -0
  1199. data/spec/models/io_k8s_api_core_v1_image_volume_source_spec.rb +47 -0
  1200. data/spec/models/io_k8s_api_core_v1_iscsi_volume_source_spec.rb +101 -0
  1201. data/spec/models/io_k8s_api_core_v1_key_to_path_spec.rb +53 -0
  1202. data/spec/models/io_k8s_api_core_v1_lifecycle_handler_spec.rb +59 -0
  1203. data/spec/models/io_k8s_api_core_v1_lifecycle_spec.rb +47 -0
  1204. data/spec/models/io_k8s_api_core_v1_local_object_reference_spec.rb +41 -0
  1205. data/spec/models/io_k8s_api_core_v1_modify_volume_status_spec.rb +47 -0
  1206. data/spec/models/io_k8s_api_core_v1_nfs_volume_source_spec.rb +53 -0
  1207. data/spec/models/io_k8s_api_core_v1_node_affinity_spec.rb +47 -0
  1208. data/spec/models/io_k8s_api_core_v1_node_selector_requirement_spec.rb +53 -0
  1209. data/spec/models/io_k8s_api_core_v1_node_selector_spec.rb +41 -0
  1210. data/spec/models/io_k8s_api_core_v1_node_selector_term_spec.rb +47 -0
  1211. data/spec/models/io_k8s_api_core_v1_object_field_selector_spec.rb +47 -0
  1212. data/spec/models/io_k8s_api_core_v1_object_reference_spec.rb +77 -0
  1213. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_condition_spec.rb +71 -0
  1214. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_spec.rb +65 -0
  1215. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_spec_spec.rb +89 -0
  1216. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_status_spec.rb +83 -0
  1217. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_template_spec.rb +47 -0
  1218. data/spec/models/io_k8s_api_core_v1_persistent_volume_claim_volume_source_spec.rb +47 -0
  1219. data/spec/models/io_k8s_api_core_v1_photon_persistent_disk_volume_source_spec.rb +47 -0
  1220. data/spec/models/io_k8s_api_core_v1_pod_affinity_spec.rb +47 -0
  1221. data/spec/models/io_k8s_api_core_v1_pod_affinity_term_spec.rb +71 -0
  1222. data/spec/models/io_k8s_api_core_v1_pod_anti_affinity_spec.rb +47 -0
  1223. data/spec/models/io_k8s_api_core_v1_pod_dns_config_option_spec.rb +47 -0
  1224. data/spec/models/io_k8s_api_core_v1_pod_dns_config_spec.rb +53 -0
  1225. data/spec/models/io_k8s_api_core_v1_pod_security_context_spec.rb +107 -0
  1226. data/spec/models/io_k8s_api_core_v1_portworx_volume_source_spec.rb +53 -0
  1227. data/spec/models/io_k8s_api_core_v1_preferred_scheduling_term_spec.rb +47 -0
  1228. data/spec/models/io_k8s_api_core_v1_probe_spec.rb +95 -0
  1229. data/spec/models/io_k8s_api_core_v1_projected_volume_source_spec.rb +47 -0
  1230. data/spec/models/io_k8s_api_core_v1_quobyte_volume_source_spec.rb +71 -0
  1231. data/spec/models/io_k8s_api_core_v1_rbd_volume_source_spec.rb +83 -0
  1232. data/spec/models/io_k8s_api_core_v1_resource_claim_spec.rb +47 -0
  1233. data/spec/models/io_k8s_api_core_v1_resource_field_selector_spec.rb +53 -0
  1234. data/spec/models/io_k8s_api_core_v1_resource_requirements_spec.rb +53 -0
  1235. data/spec/models/io_k8s_api_core_v1_scale_io_volume_source_spec.rb +95 -0
  1236. data/spec/models/io_k8s_api_core_v1_se_linux_options_spec.rb +59 -0
  1237. data/spec/models/io_k8s_api_core_v1_seccomp_profile_spec.rb +47 -0
  1238. data/spec/models/io_k8s_api_core_v1_secret_env_source_spec.rb +47 -0
  1239. data/spec/models/io_k8s_api_core_v1_secret_key_selector_spec.rb +53 -0
  1240. data/spec/models/io_k8s_api_core_v1_secret_projection_spec.rb +53 -0
  1241. data/spec/models/io_k8s_api_core_v1_secret_volume_source_spec.rb +59 -0
  1242. data/spec/models/io_k8s_api_core_v1_security_context_spec.rb +107 -0
  1243. data/spec/models/io_k8s_api_core_v1_service_account_token_projection_spec.rb +53 -0
  1244. data/spec/models/io_k8s_api_core_v1_service_port_spec.rb +71 -0
  1245. data/spec/models/io_k8s_api_core_v1_sleep_action_spec.rb +41 -0
  1246. data/spec/models/io_k8s_api_core_v1_storage_os_volume_source_spec.rb +65 -0
  1247. data/spec/models/io_k8s_api_core_v1_sysctl_spec.rb +47 -0
  1248. data/spec/models/io_k8s_api_core_v1_tcp_socket_action_spec.rb +47 -0
  1249. data/spec/models/io_k8s_api_core_v1_toleration_spec.rb +65 -0
  1250. data/spec/models/io_k8s_api_core_v1_typed_local_object_reference_spec.rb +53 -0
  1251. data/spec/models/io_k8s_api_core_v1_typed_object_reference_spec.rb +59 -0
  1252. data/spec/models/io_k8s_api_core_v1_volume_device_spec.rb +47 -0
  1253. data/spec/models/io_k8s_api_core_v1_volume_mount_spec.rb +77 -0
  1254. data/spec/models/io_k8s_api_core_v1_volume_projection_spec.rb +65 -0
  1255. data/spec/models/io_k8s_api_core_v1_volume_resource_requirements_spec.rb +47 -0
  1256. data/spec/models/io_k8s_api_core_v1_volume_spec.rb +221 -0
  1257. data/spec/models/io_k8s_api_core_v1_vsphere_virtual_disk_volume_source_spec.rb +59 -0
  1258. data/spec/models/io_k8s_api_core_v1_weighted_pod_affinity_term_spec.rb +47 -0
  1259. data/spec/models/io_k8s_api_core_v1_windows_security_context_options_spec.rb +59 -0
  1260. data/spec/models/io_k8s_api_policy_v1_pod_disruption_budget_spec_spec.rb +59 -0
  1261. data/spec/models/io_k8s_apimachinery_pkg_api_resource_quantity_spec.rb +35 -0
  1262. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_create_options_spec.rb +53 -0
  1263. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_fields_v1_spec.rb +35 -0
  1264. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_group_version_resource_spec.rb +53 -0
  1265. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_label_selector_requirement_spec.rb +53 -0
  1266. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_label_selector_spec.rb +47 -0
  1267. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_list_meta_spec.rb +59 -0
  1268. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry_spec.rb +77 -0
  1269. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_micro_time_spec.rb +35 -0
  1270. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_object_meta_spec.rb +125 -0
  1271. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_owner_reference_spec.rb +71 -0
  1272. data/spec/models/io_k8s_apimachinery_pkg_apis_meta_v1_time_spec.rb +35 -0
  1273. data/spec/models/io_k8s_apimachinery_pkg_util_intstr_int_or_string_spec.rb +35 -0
  1274. data/spec/models/sensor_create_sensor_request_spec.rb +53 -0
  1275. data/spec/models/sensor_delete_sensor_response_spec.rb +35 -0
  1276. data/spec/models/sensor_log_entry_spec.rb +83 -0
  1277. data/spec/models/sensor_sensor_watch_event_spec.rb +47 -0
  1278. data/spec/models/sensor_update_sensor_request_spec.rb +53 -0
  1279. data/spec/models/stream_result_of_eventsource_event_source_watch_event_spec.rb +47 -0
  1280. data/spec/models/stream_result_of_eventsource_log_entry_spec.rb +47 -0
  1281. data/spec/models/stream_result_of_io_argoproj_workflow_v1alpha1_log_entry_spec.rb +47 -0
  1282. data/spec/models/stream_result_of_io_argoproj_workflow_v1alpha1_workflow_watch_event_spec.rb +47 -0
  1283. data/spec/models/stream_result_of_io_k8s_api_core_v1_event_spec.rb +47 -0
  1284. data/spec/models/stream_result_of_sensor_log_entry_spec.rb +47 -0
  1285. data/spec/models/stream_result_of_sensor_sensor_watch_event_spec.rb +47 -0
  1286. data/spec/spec_helper.rb +111 -0
  1287. metadata +1956 -0
@@ -0,0 +1,1208 @@
1
+ =begin
2
+ #Argo Workflows API
3
+
4
+ #Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. For more information, please see https://argo-workflows.readthedocs.io/en/latest/
5
+
6
+ OpenAPI spec version: VERSION
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.43
10
+
11
+ =end
12
+
13
+ require 'uri'
14
+
15
+ module ArgoWorkflows
16
+ class WorkflowServiceApi
17
+ attr_accessor :api_client
18
+
19
+ def initialize(api_client = ApiClient.default)
20
+ @api_client = api_client
21
+ end
22
+ # @param namespace
23
+ # @param body
24
+ # @param [Hash] opts the optional parameters
25
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
26
+ def workflow_service_create_workflow(namespace, body, opts = {})
27
+ data, _status_code, _headers = workflow_service_create_workflow_with_http_info(namespace, body, opts)
28
+ data
29
+ end
30
+
31
+ # @param namespace
32
+ # @param body
33
+ # @param [Hash] opts the optional parameters
34
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
35
+ def workflow_service_create_workflow_with_http_info(namespace, body, opts = {})
36
+ if @api_client.config.debugging
37
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_create_workflow ...'
38
+ end
39
+ # verify the required parameter 'namespace' is set
40
+ if @api_client.config.client_side_validation && namespace.nil?
41
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_create_workflow"
42
+ end
43
+ # verify the required parameter 'body' is set
44
+ if @api_client.config.client_side_validation && body.nil?
45
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_create_workflow"
46
+ end
47
+ # resource path
48
+ local_var_path = '/api/v1/workflows/{namespace}'.sub('{' + 'namespace' + '}', namespace.to_s)
49
+
50
+ # query parameters
51
+ query_params = {}
52
+
53
+ # header parameters
54
+ header_params = {}
55
+ # HTTP header 'Accept' (if needed)
56
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
57
+ # HTTP header 'Content-Type'
58
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
59
+
60
+ # form parameters
61
+ form_params = {}
62
+
63
+ # http body (model)
64
+ post_body = @api_client.object_to_http_body(body)
65
+ auth_names = ['BearerToken']
66
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
67
+ :header_params => header_params,
68
+ :query_params => query_params,
69
+ :form_params => form_params,
70
+ :body => post_body,
71
+ :auth_names => auth_names,
72
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
73
+ if @api_client.config.debugging
74
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_create_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
75
+ end
76
+ return data, status_code, headers
77
+ end
78
+ # @param namespace
79
+ # @param name
80
+ # @param [Hash] opts the optional parameters
81
+ # @option opts [String] :delete_options_grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +optional.
82
+ # @option opts [String] :delete_options_preconditions_uid Specifies the target UID. +optional.
83
+ # @option opts [String] :delete_options_preconditions_resource_version Specifies the target ResourceVersion +optional.
84
+ # @option opts [BOOLEAN] :delete_options_orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.
85
+ # @option opts [String] :delete_options_propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground. +optional.
86
+ # @option opts [Array<String>] :delete_options_dry_run When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType&#x3D;atomic.
87
+ # @option opts [BOOLEAN] :force
88
+ # @return [IoArgoprojWorkflowV1alpha1WorkflowDeleteResponse]
89
+ def workflow_service_delete_workflow(namespace, name, opts = {})
90
+ data, _status_code, _headers = workflow_service_delete_workflow_with_http_info(namespace, name, opts)
91
+ data
92
+ end
93
+
94
+ # @param namespace
95
+ # @param name
96
+ # @param [Hash] opts the optional parameters
97
+ # @option opts [String] :delete_options_grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. +optional.
98
+ # @option opts [String] :delete_options_preconditions_uid Specifies the target UID. +optional.
99
+ # @option opts [String] :delete_options_preconditions_resource_version Specifies the target ResourceVersion +optional.
100
+ # @option opts [BOOLEAN] :delete_options_orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;s finalizers list. Either this field or PropagationPolicy may be set, but not both. +optional.
101
+ # @option opts [String] :delete_options_propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - a cascading policy that deletes all dependents in the foreground. +optional.
102
+ # @option opts [Array<String>] :delete_options_dry_run When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed +optional +listType&#x3D;atomic.
103
+ # @option opts [BOOLEAN] :force
104
+ # @return [Array<(IoArgoprojWorkflowV1alpha1WorkflowDeleteResponse, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1WorkflowDeleteResponse data, response status code and response headers
105
+ def workflow_service_delete_workflow_with_http_info(namespace, name, opts = {})
106
+ if @api_client.config.debugging
107
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_delete_workflow ...'
108
+ end
109
+ # verify the required parameter 'namespace' is set
110
+ if @api_client.config.client_side_validation && namespace.nil?
111
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_delete_workflow"
112
+ end
113
+ # verify the required parameter 'name' is set
114
+ if @api_client.config.client_side_validation && name.nil?
115
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_delete_workflow"
116
+ end
117
+ # resource path
118
+ local_var_path = '/api/v1/workflows/{namespace}/{name}'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
119
+
120
+ # query parameters
121
+ query_params = {}
122
+ query_params[:'deleteOptions.gracePeriodSeconds'] = opts[:'delete_options_grace_period_seconds'] if !opts[:'delete_options_grace_period_seconds'].nil?
123
+ query_params[:'deleteOptions.preconditions.uid'] = opts[:'delete_options_preconditions_uid'] if !opts[:'delete_options_preconditions_uid'].nil?
124
+ query_params[:'deleteOptions.preconditions.resourceVersion'] = opts[:'delete_options_preconditions_resource_version'] if !opts[:'delete_options_preconditions_resource_version'].nil?
125
+ query_params[:'deleteOptions.orphanDependents'] = opts[:'delete_options_orphan_dependents'] if !opts[:'delete_options_orphan_dependents'].nil?
126
+ query_params[:'deleteOptions.propagationPolicy'] = opts[:'delete_options_propagation_policy'] if !opts[:'delete_options_propagation_policy'].nil?
127
+ query_params[:'deleteOptions.dryRun'] = @api_client.build_collection_param(opts[:'delete_options_dry_run'], :multi) if !opts[:'delete_options_dry_run'].nil?
128
+ query_params[:'force'] = opts[:'force'] if !opts[:'force'].nil?
129
+
130
+ # header parameters
131
+ header_params = {}
132
+ # HTTP header 'Accept' (if needed)
133
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
134
+ # HTTP header 'Content-Type'
135
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
136
+
137
+ # form parameters
138
+ form_params = {}
139
+
140
+ # http body (model)
141
+ post_body = nil
142
+ auth_names = ['BearerToken']
143
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
144
+ :header_params => header_params,
145
+ :query_params => query_params,
146
+ :form_params => form_params,
147
+ :body => post_body,
148
+ :auth_names => auth_names,
149
+ :return_type => 'IoArgoprojWorkflowV1alpha1WorkflowDeleteResponse')
150
+ if @api_client.config.debugging
151
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_delete_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
152
+ end
153
+ return data, status_code, headers
154
+ end
155
+ # @param namespace
156
+ # @param name
157
+ # @param [Hash] opts the optional parameters
158
+ # @option opts [String] :get_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
159
+ # @option opts [String] :fields Fields to be included or excluded in the response. e.g. \&quot;spec,status.phase\&quot;, \&quot;-status.nodes\&quot;.
160
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
161
+ def workflow_service_get_workflow(namespace, name, opts = {})
162
+ data, _status_code, _headers = workflow_service_get_workflow_with_http_info(namespace, name, opts)
163
+ data
164
+ end
165
+
166
+ # @param namespace
167
+ # @param name
168
+ # @param [Hash] opts the optional parameters
169
+ # @option opts [String] :get_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
170
+ # @option opts [String] :fields Fields to be included or excluded in the response. e.g. \&quot;spec,status.phase\&quot;, \&quot;-status.nodes\&quot;.
171
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
172
+ def workflow_service_get_workflow_with_http_info(namespace, name, opts = {})
173
+ if @api_client.config.debugging
174
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_get_workflow ...'
175
+ end
176
+ # verify the required parameter 'namespace' is set
177
+ if @api_client.config.client_side_validation && namespace.nil?
178
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_get_workflow"
179
+ end
180
+ # verify the required parameter 'name' is set
181
+ if @api_client.config.client_side_validation && name.nil?
182
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_get_workflow"
183
+ end
184
+ # resource path
185
+ local_var_path = '/api/v1/workflows/{namespace}/{name}'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
186
+
187
+ # query parameters
188
+ query_params = {}
189
+ query_params[:'getOptions.resourceVersion'] = opts[:'get_options_resource_version'] if !opts[:'get_options_resource_version'].nil?
190
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
191
+
192
+ # header parameters
193
+ header_params = {}
194
+ # HTTP header 'Accept' (if needed)
195
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
196
+ # HTTP header 'Content-Type'
197
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
198
+
199
+ # form parameters
200
+ form_params = {}
201
+
202
+ # http body (model)
203
+ post_body = nil
204
+ auth_names = ['BearerToken']
205
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
206
+ :header_params => header_params,
207
+ :query_params => query_params,
208
+ :form_params => form_params,
209
+ :body => post_body,
210
+ :auth_names => auth_names,
211
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
212
+ if @api_client.config.debugging
213
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_get_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
214
+ end
215
+ return data, status_code, headers
216
+ end
217
+ # @param namespace
218
+ # @param body
219
+ # @param [Hash] opts the optional parameters
220
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
221
+ def workflow_service_lint_workflow(namespace, body, opts = {})
222
+ data, _status_code, _headers = workflow_service_lint_workflow_with_http_info(namespace, body, opts)
223
+ data
224
+ end
225
+
226
+ # @param namespace
227
+ # @param body
228
+ # @param [Hash] opts the optional parameters
229
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
230
+ def workflow_service_lint_workflow_with_http_info(namespace, body, opts = {})
231
+ if @api_client.config.debugging
232
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_lint_workflow ...'
233
+ end
234
+ # verify the required parameter 'namespace' is set
235
+ if @api_client.config.client_side_validation && namespace.nil?
236
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_lint_workflow"
237
+ end
238
+ # verify the required parameter 'body' is set
239
+ if @api_client.config.client_side_validation && body.nil?
240
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_lint_workflow"
241
+ end
242
+ # resource path
243
+ local_var_path = '/api/v1/workflows/{namespace}/lint'.sub('{' + 'namespace' + '}', namespace.to_s)
244
+
245
+ # query parameters
246
+ query_params = {}
247
+
248
+ # header parameters
249
+ header_params = {}
250
+ # HTTP header 'Accept' (if needed)
251
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
252
+ # HTTP header 'Content-Type'
253
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
254
+
255
+ # form parameters
256
+ form_params = {}
257
+
258
+ # http body (model)
259
+ post_body = @api_client.object_to_http_body(body)
260
+ auth_names = ['BearerToken']
261
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
262
+ :header_params => header_params,
263
+ :query_params => query_params,
264
+ :form_params => form_params,
265
+ :body => post_body,
266
+ :auth_names => auth_names,
267
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
268
+ if @api_client.config.debugging
269
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_lint_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
270
+ end
271
+ return data, status_code, headers
272
+ end
273
+ # @param namespace
274
+ # @param [Hash] opts the optional parameters
275
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
276
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
277
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
278
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
279
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
280
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
281
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
282
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
283
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
284
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
285
+ # @option opts [String] :fields Fields to be included or excluded in the response. e.g. \&quot;items.spec,items.status.phase\&quot;, \&quot;-items.status.nodes\&quot;.
286
+ # @option opts [String] :name_filter Filter type used for name filtering. Exact | Contains | Prefix. Default to Exact.
287
+ # @return [IoArgoprojWorkflowV1alpha1WorkflowList]
288
+ def workflow_service_list_workflows(namespace, opts = {})
289
+ data, _status_code, _headers = workflow_service_list_workflows_with_http_info(namespace, opts)
290
+ data
291
+ end
292
+
293
+ # @param namespace
294
+ # @param [Hash] opts the optional parameters
295
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
296
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
297
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
298
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
299
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
300
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
301
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
302
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
303
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
304
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
305
+ # @option opts [String] :fields Fields to be included or excluded in the response. e.g. \&quot;items.spec,items.status.phase\&quot;, \&quot;-items.status.nodes\&quot;.
306
+ # @option opts [String] :name_filter Filter type used for name filtering. Exact | Contains | Prefix. Default to Exact.
307
+ # @return [Array<(IoArgoprojWorkflowV1alpha1WorkflowList, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1WorkflowList data, response status code and response headers
308
+ def workflow_service_list_workflows_with_http_info(namespace, opts = {})
309
+ if @api_client.config.debugging
310
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_list_workflows ...'
311
+ end
312
+ # verify the required parameter 'namespace' is set
313
+ if @api_client.config.client_side_validation && namespace.nil?
314
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_list_workflows"
315
+ end
316
+ # resource path
317
+ local_var_path = '/api/v1/workflows/{namespace}'.sub('{' + 'namespace' + '}', namespace.to_s)
318
+
319
+ # query parameters
320
+ query_params = {}
321
+ query_params[:'listOptions.labelSelector'] = opts[:'list_options_label_selector'] if !opts[:'list_options_label_selector'].nil?
322
+ query_params[:'listOptions.fieldSelector'] = opts[:'list_options_field_selector'] if !opts[:'list_options_field_selector'].nil?
323
+ query_params[:'listOptions.watch'] = opts[:'list_options_watch'] if !opts[:'list_options_watch'].nil?
324
+ query_params[:'listOptions.allowWatchBookmarks'] = opts[:'list_options_allow_watch_bookmarks'] if !opts[:'list_options_allow_watch_bookmarks'].nil?
325
+ query_params[:'listOptions.resourceVersion'] = opts[:'list_options_resource_version'] if !opts[:'list_options_resource_version'].nil?
326
+ query_params[:'listOptions.resourceVersionMatch'] = opts[:'list_options_resource_version_match'] if !opts[:'list_options_resource_version_match'].nil?
327
+ query_params[:'listOptions.timeoutSeconds'] = opts[:'list_options_timeout_seconds'] if !opts[:'list_options_timeout_seconds'].nil?
328
+ query_params[:'listOptions.limit'] = opts[:'list_options_limit'] if !opts[:'list_options_limit'].nil?
329
+ query_params[:'listOptions.continue'] = opts[:'list_options_continue'] if !opts[:'list_options_continue'].nil?
330
+ query_params[:'listOptions.sendInitialEvents'] = opts[:'list_options_send_initial_events'] if !opts[:'list_options_send_initial_events'].nil?
331
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
332
+ query_params[:'nameFilter'] = opts[:'name_filter'] if !opts[:'name_filter'].nil?
333
+
334
+ # header parameters
335
+ header_params = {}
336
+ # HTTP header 'Accept' (if needed)
337
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
338
+ # HTTP header 'Content-Type'
339
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
340
+
341
+ # form parameters
342
+ form_params = {}
343
+
344
+ # http body (model)
345
+ post_body = nil
346
+ auth_names = ['BearerToken']
347
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
348
+ :header_params => header_params,
349
+ :query_params => query_params,
350
+ :form_params => form_params,
351
+ :body => post_body,
352
+ :auth_names => auth_names,
353
+ :return_type => 'IoArgoprojWorkflowV1alpha1WorkflowList')
354
+ if @api_client.config.debugging
355
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_list_workflows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
356
+ end
357
+ return data, status_code, headers
358
+ end
359
+ # DEPRECATED: Cannot work via HTTP if podName is an empty string. Use WorkflowLogs.
360
+ # @param namespace
361
+ # @param name
362
+ # @param pod_name
363
+ # @param [Hash] opts the optional parameters
364
+ # @option opts [String] :log_options_container The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional.
365
+ # @option opts [BOOLEAN] :log_options_follow Follow the log stream of the pod. Defaults to false. +optional.
366
+ # @option opts [BOOLEAN] :log_options_previous Return previous terminated container logs. Defaults to false. +optional.
367
+ # @option opts [String] :log_options_since_seconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional.
368
+ # @option opts [String] :log_options_since_time_seconds Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
369
+ # @option opts [Integer] :log_options_since_time_nanos Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
370
+ # @option opts [BOOLEAN] :log_options_timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.
371
+ # @option opts [String] :log_options_tail_lines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.
372
+ # @option opts [String] :log_options_limit_bytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.
373
+ # @option opts [BOOLEAN] :log_options_insecure_skip_tls_verify_backend insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver&#39;s TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.
374
+ # @option opts [String] :grep
375
+ # @option opts [String] :selector
376
+ # @return [StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry]
377
+ def workflow_service_pod_logs(namespace, name, pod_name, opts = {})
378
+ data, _status_code, _headers = workflow_service_pod_logs_with_http_info(namespace, name, pod_name, opts)
379
+ data
380
+ end
381
+
382
+ # DEPRECATED: Cannot work via HTTP if podName is an empty string. Use WorkflowLogs.
383
+ # @param namespace
384
+ # @param name
385
+ # @param pod_name
386
+ # @param [Hash] opts the optional parameters
387
+ # @option opts [String] :log_options_container The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional.
388
+ # @option opts [BOOLEAN] :log_options_follow Follow the log stream of the pod. Defaults to false. +optional.
389
+ # @option opts [BOOLEAN] :log_options_previous Return previous terminated container logs. Defaults to false. +optional.
390
+ # @option opts [String] :log_options_since_seconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional.
391
+ # @option opts [String] :log_options_since_time_seconds Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
392
+ # @option opts [Integer] :log_options_since_time_nanos Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
393
+ # @option opts [BOOLEAN] :log_options_timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.
394
+ # @option opts [String] :log_options_tail_lines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.
395
+ # @option opts [String] :log_options_limit_bytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.
396
+ # @option opts [BOOLEAN] :log_options_insecure_skip_tls_verify_backend insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver&#39;s TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.
397
+ # @option opts [String] :grep
398
+ # @option opts [String] :selector
399
+ # @return [Array<(StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry, Fixnum, Hash)>] StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry data, response status code and response headers
400
+ def workflow_service_pod_logs_with_http_info(namespace, name, pod_name, opts = {})
401
+ if @api_client.config.debugging
402
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_pod_logs ...'
403
+ end
404
+ # verify the required parameter 'namespace' is set
405
+ if @api_client.config.client_side_validation && namespace.nil?
406
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_pod_logs"
407
+ end
408
+ # verify the required parameter 'name' is set
409
+ if @api_client.config.client_side_validation && name.nil?
410
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_pod_logs"
411
+ end
412
+ # verify the required parameter 'pod_name' is set
413
+ if @api_client.config.client_side_validation && pod_name.nil?
414
+ fail ArgumentError, "Missing the required parameter 'pod_name' when calling WorkflowServiceApi.workflow_service_pod_logs"
415
+ end
416
+ # resource path
417
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/{podName}/log'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s).sub('{' + 'podName' + '}', pod_name.to_s)
418
+
419
+ # query parameters
420
+ query_params = {}
421
+ query_params[:'logOptions.container'] = opts[:'log_options_container'] if !opts[:'log_options_container'].nil?
422
+ query_params[:'logOptions.follow'] = opts[:'log_options_follow'] if !opts[:'log_options_follow'].nil?
423
+ query_params[:'logOptions.previous'] = opts[:'log_options_previous'] if !opts[:'log_options_previous'].nil?
424
+ query_params[:'logOptions.sinceSeconds'] = opts[:'log_options_since_seconds'] if !opts[:'log_options_since_seconds'].nil?
425
+ query_params[:'logOptions.sinceTime.seconds'] = opts[:'log_options_since_time_seconds'] if !opts[:'log_options_since_time_seconds'].nil?
426
+ query_params[:'logOptions.sinceTime.nanos'] = opts[:'log_options_since_time_nanos'] if !opts[:'log_options_since_time_nanos'].nil?
427
+ query_params[:'logOptions.timestamps'] = opts[:'log_options_timestamps'] if !opts[:'log_options_timestamps'].nil?
428
+ query_params[:'logOptions.tailLines'] = opts[:'log_options_tail_lines'] if !opts[:'log_options_tail_lines'].nil?
429
+ query_params[:'logOptions.limitBytes'] = opts[:'log_options_limit_bytes'] if !opts[:'log_options_limit_bytes'].nil?
430
+ query_params[:'logOptions.insecureSkipTLSVerifyBackend'] = opts[:'log_options_insecure_skip_tls_verify_backend'] if !opts[:'log_options_insecure_skip_tls_verify_backend'].nil?
431
+ query_params[:'grep'] = opts[:'grep'] if !opts[:'grep'].nil?
432
+ query_params[:'selector'] = opts[:'selector'] if !opts[:'selector'].nil?
433
+
434
+ # header parameters
435
+ header_params = {}
436
+ # HTTP header 'Accept' (if needed)
437
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
438
+ # HTTP header 'Content-Type'
439
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
440
+
441
+ # form parameters
442
+ form_params = {}
443
+
444
+ # http body (model)
445
+ post_body = nil
446
+ auth_names = ['BearerToken']
447
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
448
+ :header_params => header_params,
449
+ :query_params => query_params,
450
+ :form_params => form_params,
451
+ :body => post_body,
452
+ :auth_names => auth_names,
453
+ :return_type => 'StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry')
454
+ if @api_client.config.debugging
455
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_pod_logs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
456
+ end
457
+ return data, status_code, headers
458
+ end
459
+ # @param namespace
460
+ # @param name
461
+ # @param body
462
+ # @param [Hash] opts the optional parameters
463
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
464
+ def workflow_service_resubmit_workflow(namespace, name, body, opts = {})
465
+ data, _status_code, _headers = workflow_service_resubmit_workflow_with_http_info(namespace, name, body, opts)
466
+ data
467
+ end
468
+
469
+ # @param namespace
470
+ # @param name
471
+ # @param body
472
+ # @param [Hash] opts the optional parameters
473
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
474
+ def workflow_service_resubmit_workflow_with_http_info(namespace, name, body, opts = {})
475
+ if @api_client.config.debugging
476
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_resubmit_workflow ...'
477
+ end
478
+ # verify the required parameter 'namespace' is set
479
+ if @api_client.config.client_side_validation && namespace.nil?
480
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_resubmit_workflow"
481
+ end
482
+ # verify the required parameter 'name' is set
483
+ if @api_client.config.client_side_validation && name.nil?
484
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_resubmit_workflow"
485
+ end
486
+ # verify the required parameter 'body' is set
487
+ if @api_client.config.client_side_validation && body.nil?
488
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_resubmit_workflow"
489
+ end
490
+ # resource path
491
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/resubmit'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
492
+
493
+ # query parameters
494
+ query_params = {}
495
+
496
+ # header parameters
497
+ header_params = {}
498
+ # HTTP header 'Accept' (if needed)
499
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
500
+ # HTTP header 'Content-Type'
501
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
502
+
503
+ # form parameters
504
+ form_params = {}
505
+
506
+ # http body (model)
507
+ post_body = @api_client.object_to_http_body(body)
508
+ auth_names = ['BearerToken']
509
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
510
+ :header_params => header_params,
511
+ :query_params => query_params,
512
+ :form_params => form_params,
513
+ :body => post_body,
514
+ :auth_names => auth_names,
515
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
516
+ if @api_client.config.debugging
517
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_resubmit_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
518
+ end
519
+ return data, status_code, headers
520
+ end
521
+ # @param namespace
522
+ # @param name
523
+ # @param body
524
+ # @param [Hash] opts the optional parameters
525
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
526
+ def workflow_service_resume_workflow(namespace, name, body, opts = {})
527
+ data, _status_code, _headers = workflow_service_resume_workflow_with_http_info(namespace, name, body, opts)
528
+ data
529
+ end
530
+
531
+ # @param namespace
532
+ # @param name
533
+ # @param body
534
+ # @param [Hash] opts the optional parameters
535
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
536
+ def workflow_service_resume_workflow_with_http_info(namespace, name, body, opts = {})
537
+ if @api_client.config.debugging
538
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_resume_workflow ...'
539
+ end
540
+ # verify the required parameter 'namespace' is set
541
+ if @api_client.config.client_side_validation && namespace.nil?
542
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_resume_workflow"
543
+ end
544
+ # verify the required parameter 'name' is set
545
+ if @api_client.config.client_side_validation && name.nil?
546
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_resume_workflow"
547
+ end
548
+ # verify the required parameter 'body' is set
549
+ if @api_client.config.client_side_validation && body.nil?
550
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_resume_workflow"
551
+ end
552
+ # resource path
553
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/resume'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
554
+
555
+ # query parameters
556
+ query_params = {}
557
+
558
+ # header parameters
559
+ header_params = {}
560
+ # HTTP header 'Accept' (if needed)
561
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
562
+ # HTTP header 'Content-Type'
563
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
564
+
565
+ # form parameters
566
+ form_params = {}
567
+
568
+ # http body (model)
569
+ post_body = @api_client.object_to_http_body(body)
570
+ auth_names = ['BearerToken']
571
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
572
+ :header_params => header_params,
573
+ :query_params => query_params,
574
+ :form_params => form_params,
575
+ :body => post_body,
576
+ :auth_names => auth_names,
577
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
578
+ if @api_client.config.debugging
579
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_resume_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
580
+ end
581
+ return data, status_code, headers
582
+ end
583
+ # @param namespace
584
+ # @param name
585
+ # @param body
586
+ # @param [Hash] opts the optional parameters
587
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
588
+ def workflow_service_retry_workflow(namespace, name, body, opts = {})
589
+ data, _status_code, _headers = workflow_service_retry_workflow_with_http_info(namespace, name, body, opts)
590
+ data
591
+ end
592
+
593
+ # @param namespace
594
+ # @param name
595
+ # @param body
596
+ # @param [Hash] opts the optional parameters
597
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
598
+ def workflow_service_retry_workflow_with_http_info(namespace, name, body, opts = {})
599
+ if @api_client.config.debugging
600
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_retry_workflow ...'
601
+ end
602
+ # verify the required parameter 'namespace' is set
603
+ if @api_client.config.client_side_validation && namespace.nil?
604
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_retry_workflow"
605
+ end
606
+ # verify the required parameter 'name' is set
607
+ if @api_client.config.client_side_validation && name.nil?
608
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_retry_workflow"
609
+ end
610
+ # verify the required parameter 'body' is set
611
+ if @api_client.config.client_side_validation && body.nil?
612
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_retry_workflow"
613
+ end
614
+ # resource path
615
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/retry'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
616
+
617
+ # query parameters
618
+ query_params = {}
619
+
620
+ # header parameters
621
+ header_params = {}
622
+ # HTTP header 'Accept' (if needed)
623
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
624
+ # HTTP header 'Content-Type'
625
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
626
+
627
+ # form parameters
628
+ form_params = {}
629
+
630
+ # http body (model)
631
+ post_body = @api_client.object_to_http_body(body)
632
+ auth_names = ['BearerToken']
633
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
634
+ :header_params => header_params,
635
+ :query_params => query_params,
636
+ :form_params => form_params,
637
+ :body => post_body,
638
+ :auth_names => auth_names,
639
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
640
+ if @api_client.config.debugging
641
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_retry_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
642
+ end
643
+ return data, status_code, headers
644
+ end
645
+ # @param namespace
646
+ # @param name
647
+ # @param body
648
+ # @param [Hash] opts the optional parameters
649
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
650
+ def workflow_service_set_workflow(namespace, name, body, opts = {})
651
+ data, _status_code, _headers = workflow_service_set_workflow_with_http_info(namespace, name, body, opts)
652
+ data
653
+ end
654
+
655
+ # @param namespace
656
+ # @param name
657
+ # @param body
658
+ # @param [Hash] opts the optional parameters
659
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
660
+ def workflow_service_set_workflow_with_http_info(namespace, name, body, opts = {})
661
+ if @api_client.config.debugging
662
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_set_workflow ...'
663
+ end
664
+ # verify the required parameter 'namespace' is set
665
+ if @api_client.config.client_side_validation && namespace.nil?
666
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_set_workflow"
667
+ end
668
+ # verify the required parameter 'name' is set
669
+ if @api_client.config.client_side_validation && name.nil?
670
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_set_workflow"
671
+ end
672
+ # verify the required parameter 'body' is set
673
+ if @api_client.config.client_side_validation && body.nil?
674
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_set_workflow"
675
+ end
676
+ # resource path
677
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/set'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
678
+
679
+ # query parameters
680
+ query_params = {}
681
+
682
+ # header parameters
683
+ header_params = {}
684
+ # HTTP header 'Accept' (if needed)
685
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
686
+ # HTTP header 'Content-Type'
687
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
688
+
689
+ # form parameters
690
+ form_params = {}
691
+
692
+ # http body (model)
693
+ post_body = @api_client.object_to_http_body(body)
694
+ auth_names = ['BearerToken']
695
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
696
+ :header_params => header_params,
697
+ :query_params => query_params,
698
+ :form_params => form_params,
699
+ :body => post_body,
700
+ :auth_names => auth_names,
701
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
702
+ if @api_client.config.debugging
703
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_set_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
704
+ end
705
+ return data, status_code, headers
706
+ end
707
+ # @param namespace
708
+ # @param name
709
+ # @param body
710
+ # @param [Hash] opts the optional parameters
711
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
712
+ def workflow_service_stop_workflow(namespace, name, body, opts = {})
713
+ data, _status_code, _headers = workflow_service_stop_workflow_with_http_info(namespace, name, body, opts)
714
+ data
715
+ end
716
+
717
+ # @param namespace
718
+ # @param name
719
+ # @param body
720
+ # @param [Hash] opts the optional parameters
721
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
722
+ def workflow_service_stop_workflow_with_http_info(namespace, name, body, opts = {})
723
+ if @api_client.config.debugging
724
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_stop_workflow ...'
725
+ end
726
+ # verify the required parameter 'namespace' is set
727
+ if @api_client.config.client_side_validation && namespace.nil?
728
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_stop_workflow"
729
+ end
730
+ # verify the required parameter 'name' is set
731
+ if @api_client.config.client_side_validation && name.nil?
732
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_stop_workflow"
733
+ end
734
+ # verify the required parameter 'body' is set
735
+ if @api_client.config.client_side_validation && body.nil?
736
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_stop_workflow"
737
+ end
738
+ # resource path
739
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/stop'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
740
+
741
+ # query parameters
742
+ query_params = {}
743
+
744
+ # header parameters
745
+ header_params = {}
746
+ # HTTP header 'Accept' (if needed)
747
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
748
+ # HTTP header 'Content-Type'
749
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
750
+
751
+ # form parameters
752
+ form_params = {}
753
+
754
+ # http body (model)
755
+ post_body = @api_client.object_to_http_body(body)
756
+ auth_names = ['BearerToken']
757
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
758
+ :header_params => header_params,
759
+ :query_params => query_params,
760
+ :form_params => form_params,
761
+ :body => post_body,
762
+ :auth_names => auth_names,
763
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
764
+ if @api_client.config.debugging
765
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_stop_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
766
+ end
767
+ return data, status_code, headers
768
+ end
769
+ # @param namespace
770
+ # @param body
771
+ # @param [Hash] opts the optional parameters
772
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
773
+ def workflow_service_submit_workflow(namespace, body, opts = {})
774
+ data, _status_code, _headers = workflow_service_submit_workflow_with_http_info(namespace, body, opts)
775
+ data
776
+ end
777
+
778
+ # @param namespace
779
+ # @param body
780
+ # @param [Hash] opts the optional parameters
781
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
782
+ def workflow_service_submit_workflow_with_http_info(namespace, body, opts = {})
783
+ if @api_client.config.debugging
784
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_submit_workflow ...'
785
+ end
786
+ # verify the required parameter 'namespace' is set
787
+ if @api_client.config.client_side_validation && namespace.nil?
788
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_submit_workflow"
789
+ end
790
+ # verify the required parameter 'body' is set
791
+ if @api_client.config.client_side_validation && body.nil?
792
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_submit_workflow"
793
+ end
794
+ # resource path
795
+ local_var_path = '/api/v1/workflows/{namespace}/submit'.sub('{' + 'namespace' + '}', namespace.to_s)
796
+
797
+ # query parameters
798
+ query_params = {}
799
+
800
+ # header parameters
801
+ header_params = {}
802
+ # HTTP header 'Accept' (if needed)
803
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
804
+ # HTTP header 'Content-Type'
805
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
806
+
807
+ # form parameters
808
+ form_params = {}
809
+
810
+ # http body (model)
811
+ post_body = @api_client.object_to_http_body(body)
812
+ auth_names = ['BearerToken']
813
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
814
+ :header_params => header_params,
815
+ :query_params => query_params,
816
+ :form_params => form_params,
817
+ :body => post_body,
818
+ :auth_names => auth_names,
819
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
820
+ if @api_client.config.debugging
821
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_submit_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
822
+ end
823
+ return data, status_code, headers
824
+ end
825
+ # @param namespace
826
+ # @param name
827
+ # @param body
828
+ # @param [Hash] opts the optional parameters
829
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
830
+ def workflow_service_suspend_workflow(namespace, name, body, opts = {})
831
+ data, _status_code, _headers = workflow_service_suspend_workflow_with_http_info(namespace, name, body, opts)
832
+ data
833
+ end
834
+
835
+ # @param namespace
836
+ # @param name
837
+ # @param body
838
+ # @param [Hash] opts the optional parameters
839
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
840
+ def workflow_service_suspend_workflow_with_http_info(namespace, name, body, opts = {})
841
+ if @api_client.config.debugging
842
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_suspend_workflow ...'
843
+ end
844
+ # verify the required parameter 'namespace' is set
845
+ if @api_client.config.client_side_validation && namespace.nil?
846
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_suspend_workflow"
847
+ end
848
+ # verify the required parameter 'name' is set
849
+ if @api_client.config.client_side_validation && name.nil?
850
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_suspend_workflow"
851
+ end
852
+ # verify the required parameter 'body' is set
853
+ if @api_client.config.client_side_validation && body.nil?
854
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_suspend_workflow"
855
+ end
856
+ # resource path
857
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/suspend'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
858
+
859
+ # query parameters
860
+ query_params = {}
861
+
862
+ # header parameters
863
+ header_params = {}
864
+ # HTTP header 'Accept' (if needed)
865
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
866
+ # HTTP header 'Content-Type'
867
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
868
+
869
+ # form parameters
870
+ form_params = {}
871
+
872
+ # http body (model)
873
+ post_body = @api_client.object_to_http_body(body)
874
+ auth_names = ['BearerToken']
875
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
876
+ :header_params => header_params,
877
+ :query_params => query_params,
878
+ :form_params => form_params,
879
+ :body => post_body,
880
+ :auth_names => auth_names,
881
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
882
+ if @api_client.config.debugging
883
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_suspend_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
884
+ end
885
+ return data, status_code, headers
886
+ end
887
+ # @param namespace
888
+ # @param name
889
+ # @param body
890
+ # @param [Hash] opts the optional parameters
891
+ # @return [IoArgoprojWorkflowV1alpha1Workflow]
892
+ def workflow_service_terminate_workflow(namespace, name, body, opts = {})
893
+ data, _status_code, _headers = workflow_service_terminate_workflow_with_http_info(namespace, name, body, opts)
894
+ data
895
+ end
896
+
897
+ # @param namespace
898
+ # @param name
899
+ # @param body
900
+ # @param [Hash] opts the optional parameters
901
+ # @return [Array<(IoArgoprojWorkflowV1alpha1Workflow, Fixnum, Hash)>] IoArgoprojWorkflowV1alpha1Workflow data, response status code and response headers
902
+ def workflow_service_terminate_workflow_with_http_info(namespace, name, body, opts = {})
903
+ if @api_client.config.debugging
904
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_terminate_workflow ...'
905
+ end
906
+ # verify the required parameter 'namespace' is set
907
+ if @api_client.config.client_side_validation && namespace.nil?
908
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_terminate_workflow"
909
+ end
910
+ # verify the required parameter 'name' is set
911
+ if @api_client.config.client_side_validation && name.nil?
912
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_terminate_workflow"
913
+ end
914
+ # verify the required parameter 'body' is set
915
+ if @api_client.config.client_side_validation && body.nil?
916
+ fail ArgumentError, "Missing the required parameter 'body' when calling WorkflowServiceApi.workflow_service_terminate_workflow"
917
+ end
918
+ # resource path
919
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/terminate'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
920
+
921
+ # query parameters
922
+ query_params = {}
923
+
924
+ # header parameters
925
+ header_params = {}
926
+ # HTTP header 'Accept' (if needed)
927
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
928
+ # HTTP header 'Content-Type'
929
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
930
+
931
+ # form parameters
932
+ form_params = {}
933
+
934
+ # http body (model)
935
+ post_body = @api_client.object_to_http_body(body)
936
+ auth_names = ['BearerToken']
937
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
938
+ :header_params => header_params,
939
+ :query_params => query_params,
940
+ :form_params => form_params,
941
+ :body => post_body,
942
+ :auth_names => auth_names,
943
+ :return_type => 'IoArgoprojWorkflowV1alpha1Workflow')
944
+ if @api_client.config.debugging
945
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_terminate_workflow\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
946
+ end
947
+ return data, status_code, headers
948
+ end
949
+ # @param namespace
950
+ # @param [Hash] opts the optional parameters
951
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
952
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
953
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
954
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
955
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
956
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
957
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
958
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
959
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
960
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
961
+ # @return [StreamResultOfIoK8sApiCoreV1Event]
962
+ def workflow_service_watch_events(namespace, opts = {})
963
+ data, _status_code, _headers = workflow_service_watch_events_with_http_info(namespace, opts)
964
+ data
965
+ end
966
+
967
+ # @param namespace
968
+ # @param [Hash] opts the optional parameters
969
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
970
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
971
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
972
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
973
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
974
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
975
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
976
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
977
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
978
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
979
+ # @return [Array<(StreamResultOfIoK8sApiCoreV1Event, Fixnum, Hash)>] StreamResultOfIoK8sApiCoreV1Event data, response status code and response headers
980
+ def workflow_service_watch_events_with_http_info(namespace, opts = {})
981
+ if @api_client.config.debugging
982
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_watch_events ...'
983
+ end
984
+ # verify the required parameter 'namespace' is set
985
+ if @api_client.config.client_side_validation && namespace.nil?
986
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_watch_events"
987
+ end
988
+ # resource path
989
+ local_var_path = '/api/v1/stream/events/{namespace}'.sub('{' + 'namespace' + '}', namespace.to_s)
990
+
991
+ # query parameters
992
+ query_params = {}
993
+ query_params[:'listOptions.labelSelector'] = opts[:'list_options_label_selector'] if !opts[:'list_options_label_selector'].nil?
994
+ query_params[:'listOptions.fieldSelector'] = opts[:'list_options_field_selector'] if !opts[:'list_options_field_selector'].nil?
995
+ query_params[:'listOptions.watch'] = opts[:'list_options_watch'] if !opts[:'list_options_watch'].nil?
996
+ query_params[:'listOptions.allowWatchBookmarks'] = opts[:'list_options_allow_watch_bookmarks'] if !opts[:'list_options_allow_watch_bookmarks'].nil?
997
+ query_params[:'listOptions.resourceVersion'] = opts[:'list_options_resource_version'] if !opts[:'list_options_resource_version'].nil?
998
+ query_params[:'listOptions.resourceVersionMatch'] = opts[:'list_options_resource_version_match'] if !opts[:'list_options_resource_version_match'].nil?
999
+ query_params[:'listOptions.timeoutSeconds'] = opts[:'list_options_timeout_seconds'] if !opts[:'list_options_timeout_seconds'].nil?
1000
+ query_params[:'listOptions.limit'] = opts[:'list_options_limit'] if !opts[:'list_options_limit'].nil?
1001
+ query_params[:'listOptions.continue'] = opts[:'list_options_continue'] if !opts[:'list_options_continue'].nil?
1002
+ query_params[:'listOptions.sendInitialEvents'] = opts[:'list_options_send_initial_events'] if !opts[:'list_options_send_initial_events'].nil?
1003
+
1004
+ # header parameters
1005
+ header_params = {}
1006
+ # HTTP header 'Accept' (if needed)
1007
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1008
+ # HTTP header 'Content-Type'
1009
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1010
+
1011
+ # form parameters
1012
+ form_params = {}
1013
+
1014
+ # http body (model)
1015
+ post_body = nil
1016
+ auth_names = ['BearerToken']
1017
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1018
+ :header_params => header_params,
1019
+ :query_params => query_params,
1020
+ :form_params => form_params,
1021
+ :body => post_body,
1022
+ :auth_names => auth_names,
1023
+ :return_type => 'StreamResultOfIoK8sApiCoreV1Event')
1024
+ if @api_client.config.debugging
1025
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_watch_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1026
+ end
1027
+ return data, status_code, headers
1028
+ end
1029
+ # @param namespace
1030
+ # @param [Hash] opts the optional parameters
1031
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
1032
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
1033
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
1034
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
1035
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
1036
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
1037
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
1038
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1039
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1040
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
1041
+ # @option opts [String] :fields
1042
+ # @return [StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent]
1043
+ def workflow_service_watch_workflows(namespace, opts = {})
1044
+ data, _status_code, _headers = workflow_service_watch_workflows_with_http_info(namespace, opts)
1045
+ data
1046
+ end
1047
+
1048
+ # @param namespace
1049
+ # @param [Hash] opts the optional parameters
1050
+ # @option opts [String] :list_options_label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional.
1051
+ # @option opts [String] :list_options_field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional.
1052
+ # @option opts [BOOLEAN] :list_options_watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional.
1053
+ # @option opts [BOOLEAN] :list_options_allow_watch_bookmarks allowWatchBookmarks requests watch events with type \&quot;BOOKMARK\&quot;. Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server&#39;s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. +optional.
1054
+ # @option opts [String] :list_options_resource_version resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
1055
+ # @option opts [String] :list_options_resource_version_match resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
1056
+ # @option opts [String] :list_options_timeout_seconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. +optional.
1057
+ # @option opts [String] :list_options_limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the &#x60;continue&#x60; field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1058
+ # @option opts [String] :list_options_continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \&quot;next key\&quot;. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1059
+ # @option opts [BOOLEAN] :list_options_send_initial_events &#x60;sendInitialEvents&#x3D;true&#x60; may be set together with &#x60;watch&#x3D;true&#x60;. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \&quot;Bookmark\&quot; event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with &#x60;\&quot;io.k8s.initial-events-end\&quot;: \&quot;true\&quot;&#x60; annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When &#x60;sendInitialEvents&#x60; option is set, we require &#x60;resourceVersionMatch&#x60; option to also be set. The semantic of the watch request is as following: - &#x60;resourceVersionMatch&#x60; &#x3D; NotOlderThan is interpreted as \&quot;data at least as new as the provided &#x60;resourceVersion&#x60;\&quot; and the bookmark event is send when the state is synced to a &#x60;resourceVersion&#x60; at least as fresh as the one provided by the ListOptions. If &#x60;resourceVersion&#x60; is unset, this is interpreted as \&quot;consistent read\&quot; and the bookmark event is send when the state is synced at least to the moment when request started being processed. - &#x60;resourceVersionMatch&#x60; set to any other value or unset Invalid error is returned. Defaults to true if &#x60;resourceVersion&#x3D;\&quot;\&quot;&#x60; or &#x60;resourceVersion&#x3D;\&quot;0\&quot;&#x60; (for backward compatibility reasons) and to false otherwise. +optional
1060
+ # @option opts [String] :fields
1061
+ # @return [Array<(StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent, Fixnum, Hash)>] StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent data, response status code and response headers
1062
+ def workflow_service_watch_workflows_with_http_info(namespace, opts = {})
1063
+ if @api_client.config.debugging
1064
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_watch_workflows ...'
1065
+ end
1066
+ # verify the required parameter 'namespace' is set
1067
+ if @api_client.config.client_side_validation && namespace.nil?
1068
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_watch_workflows"
1069
+ end
1070
+ # resource path
1071
+ local_var_path = '/api/v1/workflow-events/{namespace}'.sub('{' + 'namespace' + '}', namespace.to_s)
1072
+
1073
+ # query parameters
1074
+ query_params = {}
1075
+ query_params[:'listOptions.labelSelector'] = opts[:'list_options_label_selector'] if !opts[:'list_options_label_selector'].nil?
1076
+ query_params[:'listOptions.fieldSelector'] = opts[:'list_options_field_selector'] if !opts[:'list_options_field_selector'].nil?
1077
+ query_params[:'listOptions.watch'] = opts[:'list_options_watch'] if !opts[:'list_options_watch'].nil?
1078
+ query_params[:'listOptions.allowWatchBookmarks'] = opts[:'list_options_allow_watch_bookmarks'] if !opts[:'list_options_allow_watch_bookmarks'].nil?
1079
+ query_params[:'listOptions.resourceVersion'] = opts[:'list_options_resource_version'] if !opts[:'list_options_resource_version'].nil?
1080
+ query_params[:'listOptions.resourceVersionMatch'] = opts[:'list_options_resource_version_match'] if !opts[:'list_options_resource_version_match'].nil?
1081
+ query_params[:'listOptions.timeoutSeconds'] = opts[:'list_options_timeout_seconds'] if !opts[:'list_options_timeout_seconds'].nil?
1082
+ query_params[:'listOptions.limit'] = opts[:'list_options_limit'] if !opts[:'list_options_limit'].nil?
1083
+ query_params[:'listOptions.continue'] = opts[:'list_options_continue'] if !opts[:'list_options_continue'].nil?
1084
+ query_params[:'listOptions.sendInitialEvents'] = opts[:'list_options_send_initial_events'] if !opts[:'list_options_send_initial_events'].nil?
1085
+ query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
1086
+
1087
+ # header parameters
1088
+ header_params = {}
1089
+ # HTTP header 'Accept' (if needed)
1090
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1091
+ # HTTP header 'Content-Type'
1092
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1093
+
1094
+ # form parameters
1095
+ form_params = {}
1096
+
1097
+ # http body (model)
1098
+ post_body = nil
1099
+ auth_names = ['BearerToken']
1100
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1101
+ :header_params => header_params,
1102
+ :query_params => query_params,
1103
+ :form_params => form_params,
1104
+ :body => post_body,
1105
+ :auth_names => auth_names,
1106
+ :return_type => 'StreamResultOfIoArgoprojWorkflowV1alpha1WorkflowWatchEvent')
1107
+ if @api_client.config.debugging
1108
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_watch_workflows\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1109
+ end
1110
+ return data, status_code, headers
1111
+ end
1112
+ # @param namespace
1113
+ # @param name
1114
+ # @param [Hash] opts the optional parameters
1115
+ # @option opts [String] :pod_name
1116
+ # @option opts [String] :log_options_container The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional.
1117
+ # @option opts [BOOLEAN] :log_options_follow Follow the log stream of the pod. Defaults to false. +optional.
1118
+ # @option opts [BOOLEAN] :log_options_previous Return previous terminated container logs. Defaults to false. +optional.
1119
+ # @option opts [String] :log_options_since_seconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional.
1120
+ # @option opts [String] :log_options_since_time_seconds Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
1121
+ # @option opts [Integer] :log_options_since_time_nanos Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
1122
+ # @option opts [BOOLEAN] :log_options_timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.
1123
+ # @option opts [String] :log_options_tail_lines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.
1124
+ # @option opts [String] :log_options_limit_bytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.
1125
+ # @option opts [BOOLEAN] :log_options_insecure_skip_tls_verify_backend insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver&#39;s TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.
1126
+ # @option opts [String] :grep
1127
+ # @option opts [String] :selector
1128
+ # @return [StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry]
1129
+ def workflow_service_workflow_logs(namespace, name, opts = {})
1130
+ data, _status_code, _headers = workflow_service_workflow_logs_with_http_info(namespace, name, opts)
1131
+ data
1132
+ end
1133
+
1134
+ # @param namespace
1135
+ # @param name
1136
+ # @param [Hash] opts the optional parameters
1137
+ # @option opts [String] :pod_name
1138
+ # @option opts [String] :log_options_container The container for which to stream logs. Defaults to only container if there is one container in the pod. +optional.
1139
+ # @option opts [BOOLEAN] :log_options_follow Follow the log stream of the pod. Defaults to false. +optional.
1140
+ # @option opts [BOOLEAN] :log_options_previous Return previous terminated container logs. Defaults to false. +optional.
1141
+ # @option opts [String] :log_options_since_seconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. +optional.
1142
+ # @option opts [String] :log_options_since_time_seconds Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
1143
+ # @option opts [Integer] :log_options_since_time_nanos Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
1144
+ # @option opts [BOOLEAN] :log_options_timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. +optional.
1145
+ # @option opts [String] :log_options_tail_lines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime +optional.
1146
+ # @option opts [String] :log_options_limit_bytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. +optional.
1147
+ # @option opts [BOOLEAN] :log_options_insecure_skip_tls_verify_backend insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver&#39;s TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). +optional.
1148
+ # @option opts [String] :grep
1149
+ # @option opts [String] :selector
1150
+ # @return [Array<(StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry, Fixnum, Hash)>] StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry data, response status code and response headers
1151
+ def workflow_service_workflow_logs_with_http_info(namespace, name, opts = {})
1152
+ if @api_client.config.debugging
1153
+ @api_client.config.logger.debug 'Calling API: WorkflowServiceApi.workflow_service_workflow_logs ...'
1154
+ end
1155
+ # verify the required parameter 'namespace' is set
1156
+ if @api_client.config.client_side_validation && namespace.nil?
1157
+ fail ArgumentError, "Missing the required parameter 'namespace' when calling WorkflowServiceApi.workflow_service_workflow_logs"
1158
+ end
1159
+ # verify the required parameter 'name' is set
1160
+ if @api_client.config.client_side_validation && name.nil?
1161
+ fail ArgumentError, "Missing the required parameter 'name' when calling WorkflowServiceApi.workflow_service_workflow_logs"
1162
+ end
1163
+ # resource path
1164
+ local_var_path = '/api/v1/workflows/{namespace}/{name}/log'.sub('{' + 'namespace' + '}', namespace.to_s).sub('{' + 'name' + '}', name.to_s)
1165
+
1166
+ # query parameters
1167
+ query_params = {}
1168
+ query_params[:'podName'] = opts[:'pod_name'] if !opts[:'pod_name'].nil?
1169
+ query_params[:'logOptions.container'] = opts[:'log_options_container'] if !opts[:'log_options_container'].nil?
1170
+ query_params[:'logOptions.follow'] = opts[:'log_options_follow'] if !opts[:'log_options_follow'].nil?
1171
+ query_params[:'logOptions.previous'] = opts[:'log_options_previous'] if !opts[:'log_options_previous'].nil?
1172
+ query_params[:'logOptions.sinceSeconds'] = opts[:'log_options_since_seconds'] if !opts[:'log_options_since_seconds'].nil?
1173
+ query_params[:'logOptions.sinceTime.seconds'] = opts[:'log_options_since_time_seconds'] if !opts[:'log_options_since_time_seconds'].nil?
1174
+ query_params[:'logOptions.sinceTime.nanos'] = opts[:'log_options_since_time_nanos'] if !opts[:'log_options_since_time_nanos'].nil?
1175
+ query_params[:'logOptions.timestamps'] = opts[:'log_options_timestamps'] if !opts[:'log_options_timestamps'].nil?
1176
+ query_params[:'logOptions.tailLines'] = opts[:'log_options_tail_lines'] if !opts[:'log_options_tail_lines'].nil?
1177
+ query_params[:'logOptions.limitBytes'] = opts[:'log_options_limit_bytes'] if !opts[:'log_options_limit_bytes'].nil?
1178
+ query_params[:'logOptions.insecureSkipTLSVerifyBackend'] = opts[:'log_options_insecure_skip_tls_verify_backend'] if !opts[:'log_options_insecure_skip_tls_verify_backend'].nil?
1179
+ query_params[:'grep'] = opts[:'grep'] if !opts[:'grep'].nil?
1180
+ query_params[:'selector'] = opts[:'selector'] if !opts[:'selector'].nil?
1181
+
1182
+ # header parameters
1183
+ header_params = {}
1184
+ # HTTP header 'Accept' (if needed)
1185
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1186
+ # HTTP header 'Content-Type'
1187
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1188
+
1189
+ # form parameters
1190
+ form_params = {}
1191
+
1192
+ # http body (model)
1193
+ post_body = nil
1194
+ auth_names = ['BearerToken']
1195
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1196
+ :header_params => header_params,
1197
+ :query_params => query_params,
1198
+ :form_params => form_params,
1199
+ :body => post_body,
1200
+ :auth_names => auth_names,
1201
+ :return_type => 'StreamResultOfIoArgoprojWorkflowV1alpha1LogEntry')
1202
+ if @api_client.config.debugging
1203
+ @api_client.config.logger.debug "API called: WorkflowServiceApi#workflow_service_workflow_logs\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1204
+ end
1205
+ return data, status_code, headers
1206
+ end
1207
+ end
1208
+ end