Struct k8s_openapi::api::admissionregistration::v1alpha1::ParamKind
source · pub struct ParamKind {
pub api_version: Option<String>,
pub kind: Option<String>,
}
Expand description
ParamKind is a tuple of Group Kind and Version.
Fields§
§api_version: Option<String>
APIVersion is the API group version the resources belong to. In format of “group/version”. Required.
kind: Option<String>
Kind is the API kind the resources belong to. Required.
Trait Implementations§
source§impl DeepMerge for ParamKind
impl DeepMerge for ParamKind
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl<'de> Deserialize<'de> for ParamKind
impl<'de> Deserialize<'de> for ParamKind
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more