Enum k8s_openapi::v1_10::api::rbac::v1beta1::WatchRbacAuthorizationV1beta1ClusterRoleBindingListResponse[][src]

pub enum WatchRbacAuthorizationV1beta1ClusterRoleBindingListResponse {
    Ok(WatchEvent),
    Unauthorized,
    Other,
}

Variants

Trait Implementations

impl Debug for WatchRbacAuthorizationV1beta1ClusterRoleBindingListResponse
[src]

Formats the value using the given formatter. Read more

impl Response for WatchRbacAuthorizationV1beta1ClusterRoleBindingListResponse
[src]

Tries to parse the response from the given status code and response body.

Auto Trait Implementations