Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::ConfigMap [−][src]
pub struct ConfigMap { pub api_version: Option<String>, pub data: Option<BTreeMap<String, String>>, pub kind: Option<String>, pub metadata: Option<ObjectMeta>, }
ConfigMap holds configuration data for pods to consume.
Fields
api_version: Option<String>
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
data: Option<BTreeMap<String, String>>
Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'.
kind: Option<String>
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
metadata: Option<ObjectMeta>
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
Methods
impl ConfigMap
[src]
impl ConfigMap
pub fn create_core_v1_namespaced_config_map(
namespace: &str,
body: &ConfigMap,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn create_core_v1_namespaced_config_map(
namespace: &str,
body: &ConfigMap,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
create a ConfigMap
Use CreateCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn delete_core_v1_collection_namespaced_config_map(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn delete_core_v1_collection_namespaced_config_map(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
delete collection of ConfigMap
Use DeleteCoreV1CollectionNamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn delete_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
grace_period_seconds: Option<i64>,
orphan_dependents: Option<bool>,
pretty: Option<&str>,
propagation_policy: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn delete_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
grace_period_seconds: Option<i64>,
orphan_dependents: Option<bool>,
pretty: Option<&str>,
propagation_policy: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
delete a ConfigMap
Use DeleteCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn list_core_v1_config_map_for_all_namespaces(
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn list_core_v1_config_map_for_all_namespaces(
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
list or watch objects of kind ConfigMap
Use ListCoreV1ConfigMapForAllNamespacesResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn list_core_v1_namespaced_config_map(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn list_core_v1_namespaced_config_map(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
list or watch objects of kind ConfigMap
Use ListCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn patch_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn patch_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
partially update the specified ConfigMap
Use PatchCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn read_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
exact: Option<bool>,
export: Option<bool>,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn read_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
exact: Option<bool>,
export: Option<bool>,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
read the specified ConfigMap
Use ReadCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn replace_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
body: &ConfigMap,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn replace_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
body: &ConfigMap,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
replace the specified ConfigMap
Use ReplaceCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn watch_core_v1_config_map_list_for_all_namespaces(
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_core_v1_config_map_list_for_all_namespaces(
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch individual changes to a list of ConfigMap
Use WatchCoreV1ConfigMapListForAllNamespacesResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn watch_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_core_v1_namespaced_config_map(
name: &str,
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch changes to an object of kind ConfigMap
Use WatchCoreV1NamespacedConfigMapResponse
to parse the HTTP response.
impl ConfigMap
[src]
impl ConfigMap
pub fn watch_core_v1_namespaced_config_map_list(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_core_v1_namespaced_config_map_list(
namespace: &str,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch individual changes to a list of ConfigMap
Use WatchCoreV1NamespacedConfigMapListResponse
to parse the HTTP response.
Trait Implementations
impl Clone for ConfigMap
[src]
impl Clone for ConfigMap
fn clone(&self) -> ConfigMap
[src]
fn clone(&self) -> ConfigMap
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for ConfigMap
[src]
impl Debug for ConfigMap
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for ConfigMap
[src]
impl Default for ConfigMap
impl PartialEq for ConfigMap
[src]
impl PartialEq for ConfigMap
fn eq(&self, other: &ConfigMap) -> bool
[src]
fn eq(&self, other: &ConfigMap) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ConfigMap) -> bool
[src]
fn ne(&self, other: &ConfigMap) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for ConfigMap
[src]
impl<'de> Deserialize<'de> for ConfigMap
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for ConfigMap
[src]
impl Serialize for ConfigMap