Struct k8s_openapi::kube_aggregator::pkg::apis::apiregistration::v1beta1::APIServiceStatus [−][src]
pub struct APIServiceStatus {
pub conditions: Vec<APIServiceCondition>,
}Expand description
APIServiceStatus contains derived information about an API server
Fields
conditions: Vec<APIServiceCondition>Current service state of apiService.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for APIServiceStatusimpl Send for APIServiceStatusimpl Sync for APIServiceStatusimpl Unpin for APIServiceStatusimpl UnwindSafe for APIServiceStatusBlanket Implementations
Mutably borrows from an owned value. Read more