Enum k8s_openapi_codegen_common::swagger20::KubernetesAction [−][src]
pub enum KubernetesAction {
Connect,
Delete,
DeleteCollection,
Get,
List,
Patch,
Post,
Proxy,
Put,
Watch,
WatchList,
}
Expand description
The value of an "x-kubernetes-action"
annotation on an operation.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KubernetesAction
impl Send for KubernetesAction
impl Sync for KubernetesAction
impl Unpin for KubernetesAction
impl UnwindSafe for KubernetesAction
Blanket Implementations
Mutably borrows from an owned value. Read more