|
50 | 50 | type: object |
51 | 51 | status: |
52 | 52 | description: ScalityUIComponentStatus defines the observed state of ScalityUIComponent |
| 53 | + properties: |
| 54 | + conditions: |
| 55 | + description: Conditions represent the latest available observations |
| 56 | + of a UI component's state |
| 57 | + items: |
| 58 | + description: Condition contains details for one aspect of the current |
| 59 | + state of this API Resource. |
| 60 | + properties: |
| 61 | + lastTransitionTime: |
| 62 | + description: |- |
| 63 | + lastTransitionTime is the last time the condition transitioned from one status to another. |
| 64 | + This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. |
| 65 | + format: date-time |
| 66 | + type: string |
| 67 | + message: |
| 68 | + description: |- |
| 69 | + message is a human readable message indicating details about the transition. |
| 70 | + This may be an empty string. |
| 71 | + maxLength: 32768 |
| 72 | + type: string |
| 73 | + observedGeneration: |
| 74 | + description: |- |
| 75 | + observedGeneration represents the .metadata.generation that the condition was set based upon. |
| 76 | + For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date |
| 77 | + with respect to the current state of the instance. |
| 78 | + format: int64 |
| 79 | + minimum: 0 |
| 80 | + type: integer |
| 81 | + reason: |
| 82 | + description: |- |
| 83 | + reason contains a programmatic identifier indicating the reason for the condition's last transition. |
| 84 | + Producers of specific condition types may define expected values and meanings for this field, |
| 85 | + and whether the values are considered a guaranteed API. |
| 86 | + The value should be a CamelCase string. |
| 87 | + This field may not be empty. |
| 88 | + maxLength: 1024 |
| 89 | + minLength: 1 |
| 90 | + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ |
| 91 | + type: string |
| 92 | + status: |
| 93 | + description: status of the condition, one of True, False, Unknown. |
| 94 | + enum: |
| 95 | + - "True" |
| 96 | + - "False" |
| 97 | + - Unknown |
| 98 | + type: string |
| 99 | + type: |
| 100 | + description: type of condition in CamelCase or in foo.example.com/CamelCase. |
| 101 | + maxLength: 316 |
| 102 | + 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])$ |
| 103 | + type: string |
| 104 | + required: |
| 105 | + - lastTransitionTime |
| 106 | + - message |
| 107 | + - reason |
| 108 | + - status |
| 109 | + - type |
| 110 | + type: object |
| 111 | + type: array |
| 112 | + kind: |
| 113 | + description: Kind represents the type of UI component |
| 114 | + type: string |
| 115 | + publicPath: |
| 116 | + description: |- |
| 117 | + INSERT ADDITIONAL STATUS FIELD - define observed state of cluster |
| 118 | + Important: Run "make" to regenerate code after modifying this file |
| 119 | + Path represents the URL path to the UI component |
| 120 | + type: string |
| 121 | + version: |
| 122 | + description: Version represents the version of the UI component |
| 123 | + type: string |
53 | 124 | type: object |
54 | 125 | type: object |
55 | 126 | served: true |
|
0 commit comments