mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Accepts new status conditions from the operator on the CR object (#2016)
This commit is contained in:
@@ -2017,6 +2017,7 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
properties:
|
properties:
|
||||||
URL:
|
URL:
|
||||||
description: URL to access the deployed instance
|
description: URL to access the deployed instance
|
||||||
@@ -2065,5 +2066,6 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user