|
89 | 89 | type: object |
90 | 90 | status: |
91 | 91 | description: ImageshiftStatus defines the observed state of Imageshift. |
| 92 | + properties: |
| 93 | + conditions: |
| 94 | + description: Conditions represent the latest available observations |
| 95 | + of the Imageshift's state |
| 96 | + items: |
| 97 | + description: Condition contains details for one aspect of the current |
| 98 | + state of this API Resource. |
| 99 | + properties: |
| 100 | + lastTransitionTime: |
| 101 | + description: |- |
| 102 | + lastTransitionTime is the last time the condition transitioned from one status to another. |
| 103 | + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
| 104 | + format: date-time |
| 105 | + type: string |
| 106 | + message: |
| 107 | + description: |- |
| 108 | + message is a human readable message indicating details about the transition. |
| 109 | + This may be an empty string. |
| 110 | + maxLength: 32768 |
| 111 | + type: string |
| 112 | + observedGeneration: |
| 113 | + description: |- |
| 114 | + observedGeneration represents the .metadata.generation that the condition was set based upon. |
| 115 | + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date |
| 116 | + with respect to the current state of the instance. |
| 117 | + format: int64 |
| 118 | + minimum: 0 |
| 119 | + type: integer |
| 120 | + reason: |
| 121 | + description: |- |
| 122 | + reason contains a programmatic identifier indicating the reason for the condition's last transition. |
| 123 | + Producers of specific condition types may define expected values and meanings for this field, |
| 124 | + and whether the values are considered a guaranteed API. |
| 125 | + The value should be a CamelCase string. |
| 126 | + This field may not be empty. |
| 127 | + maxLength: 1024 |
| 128 | + minLength: 1 |
| 129 | + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ |
| 130 | + type: string |
| 131 | + status: |
| 132 | + description: status of the condition, one of True, False, Unknown. |
| 133 | + enum: |
| 134 | + - "True" |
| 135 | + - "False" |
| 136 | + - Unknown |
| 137 | + type: string |
| 138 | + type: |
| 139 | + description: type of condition in CamelCase or in foo.example.com/CamelCase. |
| 140 | + maxLength: 316 |
| 141 | + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ |
| 142 | + type: string |
| 143 | + required: |
| 144 | + - lastTransitionTime |
| 145 | + - message |
| 146 | + - reason |
| 147 | + - status |
| 148 | + - type |
| 149 | + type: object |
| 150 | + type: array |
| 151 | + configValid: |
| 152 | + description: ConfigValid indicates whether the current configuration |
| 153 | + is valid |
| 154 | + type: boolean |
| 155 | + lastReconciled: |
| 156 | + description: LastReconciled is the timestamp of the last successful |
| 157 | + reconciliation |
| 158 | + format: date-time |
| 159 | + type: string |
| 160 | + mutatedPodCount: |
| 161 | + description: MutatedPodCount tracks the number of pods that have been |
| 162 | + mutated |
| 163 | + format: int64 |
| 164 | + type: integer |
92 | 165 | type: object |
93 | 166 | type: object |
94 | 167 | served: true |
|
0 commit comments