resource.v1alpha3.resourcePoolStatusRequestStatus
"ResourcePoolStatusRequestStatus contains the calculated pool status information."
Index
fn withConditions(conditions)fn withConditionsMixin(conditions)fn withPoolCount(poolCount)fn withPools(pools)fn withPoolsMixin(pools)
Fields
fn withConditions
withConditions(conditions)
"Conditions provide information about the state of the request. A condition with type=Complete or type=Failed will always be set when the status is populated.\n\nKnown condition types: - \"Complete\": True when the request has been processed successfully - \"Failed\": True when the request could not be processed"
fn withConditionsMixin
withConditionsMixin(conditions)
"Conditions provide information about the state of the request. A condition with type=Complete or type=Failed will always be set when the status is populated.\n\nKnown condition types: - \"Complete\": True when the request has been processed successfully - \"Failed\": True when the request could not be processed"
Note: This function appends passed data to existing values
fn withPoolCount
withPoolCount(poolCount)
"PoolCount is the total number of pools that matched the filter criteria, regardless of truncation. This helps users understand how many pools exist even when the response is truncated. A value of 0 means no pools matched the filter criteria."
fn withPools
withPools(pools)
"Pools contains the first spec.limit matching pools, sorted by driver then pool name. If len(pools) < poolCount, the list was truncated. When omitted, no pools matched the request filters."
fn withPoolsMixin
withPoolsMixin(pools)
"Pools contains the first spec.limit matching pools, sorted by driver then pool name. If len(pools) < poolCount, the list was truncated. When omitted, no pools matched the request filters."
Note: This function appends passed data to existing values