You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: IPAMClaim is the Schema for the IPAMClaim API
3124
3124
properties:
3125
3125
apiVersion:
3126
-
description: 'APIVersion defines the versioned schema of this representation
3127
-
of an object. Servers should convert recognized schemas to the latest
3128
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
3126
+
description: |-
3127
+
APIVersion defines the versioned schema of this representation of an object.
3128
+
Servers should convert recognized schemas to the latest internal value, and
3129
+
may reject unrecognized values.
3130
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3129
3131
type: string
3130
3132
kind:
3131
-
description: 'Kind is a string value representing the REST resource this
3132
-
object represents. Servers may infer this from the endpoint the client
3133
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
3133
+
description: |-
3134
+
Kind is a string value representing the REST resource this object represents.
3135
+
Servers may infer this from the endpoint the client submits requests to.
3136
+
Cannot be updated.
3137
+
In CamelCase.
3138
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3134
3139
type: string
3135
3140
metadata:
3136
3141
type: object
@@ -3149,13 +3154,82 @@ spec:
3149
3154
- network
3150
3155
type: object
3151
3156
status:
3157
+
description: IPAMClaimStatus contains the observed status of the IPAMClaim.
3152
3158
properties:
3159
+
{{- if .OVN_PRE_CONF_UDN_ADDR_ENABLE }}
3160
+
conditions:
3161
+
description: Conditions contains details for one aspect of the current
3162
+
state of this API Resource
3163
+
items:
3164
+
description: Condition contains details for one aspect of the current
3165
+
state of this API Resource.
3166
+
properties:
3167
+
lastTransitionTime:
3168
+
description: |-
3169
+
lastTransitionTime is the last time the condition transitioned from one status to another.
3170
+
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
3171
+
format: date-time
3172
+
type: string
3173
+
message:
3174
+
description: |-
3175
+
message is a human readable message indicating details about the transition.
3176
+
This may be an empty string.
3177
+
maxLength: 32768
3178
+
type: string
3179
+
observedGeneration:
3180
+
description: |-
3181
+
observedGeneration represents the .metadata.generation that the condition was set based upon.
3182
+
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
3183
+
with respect to the current state of the instance.
3184
+
format: int64
3185
+
minimum: 0
3186
+
type: integer
3187
+
reason:
3188
+
description: |-
3189
+
reason contains a programmatic identifier indicating the reason for the condition's last transition.
3190
+
Producers of specific condition types may define expected values and meanings for this field,
3191
+
and whether the values are considered a guaranteed API.
3192
+
The value should be a CamelCase string.
3193
+
This field may not be empty.
3194
+
maxLength: 1024
3195
+
minLength: 1
3196
+
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
3197
+
type: string
3198
+
status:
3199
+
description: status of the condition, one of True, False, Unknown.
3200
+
enum:
3201
+
- "True"
3202
+
- "False"
3203
+
- Unknown
3204
+
type: string
3205
+
type:
3206
+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
0 commit comments