[−][src]Struct helm_api::metadata::Metadata
Fields
name: String
home: String
sources: RepeatedField<String>
version: String
description: String
keywords: RepeatedField<String>
maintainers: RepeatedField<Maintainer>
engine: String
icon: String
apiVersion: String
condition: String
appVersion: String
deprecated: bool
tillerVersion: String
annotations: HashMap<String, String>
kubeVersion: String
unknown_fields: UnknownFields
cached_size: CachedSize
Methods
impl Metadata
[src]
pub fn new() -> Metadata
[src]
pub fn get_name(&self) -> &str
[src]
pub fn clear_name(&mut self)
[src]
pub fn set_name(&mut self, v: String)
[src]
pub fn mut_name(&mut self) -> &mut String
[src]
pub fn take_name(&mut self) -> String
[src]
pub fn get_home(&self) -> &str
[src]
pub fn clear_home(&mut self)
[src]
pub fn set_home(&mut self, v: String)
[src]
pub fn mut_home(&mut self) -> &mut String
[src]
pub fn take_home(&mut self) -> String
[src]
pub fn get_sources(&self) -> &[String]
[src]
pub fn clear_sources(&mut self)
[src]
pub fn set_sources(&mut self, v: RepeatedField<String>)
[src]
pub fn mut_sources(&mut self) -> &mut RepeatedField<String>
[src]
pub fn take_sources(&mut self) -> RepeatedField<String>
[src]
pub fn get_version(&self) -> &str
[src]
pub fn clear_version(&mut self)
[src]
pub fn set_version(&mut self, v: String)
[src]
pub fn mut_version(&mut self) -> &mut String
[src]
pub fn take_version(&mut self) -> String
[src]
pub fn get_description(&self) -> &str
[src]
pub fn clear_description(&mut self)
[src]
pub fn set_description(&mut self, v: String)
[src]
pub fn mut_description(&mut self) -> &mut String
[src]
pub fn take_description(&mut self) -> String
[src]
pub fn get_keywords(&self) -> &[String]
[src]
pub fn clear_keywords(&mut self)
[src]
pub fn set_keywords(&mut self, v: RepeatedField<String>)
[src]
pub fn mut_keywords(&mut self) -> &mut RepeatedField<String>
[src]
pub fn take_keywords(&mut self) -> RepeatedField<String>
[src]
pub fn get_maintainers(&self) -> &[Maintainer]
[src]
pub fn clear_maintainers(&mut self)
[src]
pub fn set_maintainers(&mut self, v: RepeatedField<Maintainer>)
[src]
pub fn mut_maintainers(&mut self) -> &mut RepeatedField<Maintainer>
[src]
pub fn take_maintainers(&mut self) -> RepeatedField<Maintainer>
[src]
pub fn get_engine(&self) -> &str
[src]
pub fn clear_engine(&mut self)
[src]
pub fn set_engine(&mut self, v: String)
[src]
pub fn mut_engine(&mut self) -> &mut String
[src]
pub fn take_engine(&mut self) -> String
[src]
pub fn get_icon(&self) -> &str
[src]
pub fn clear_icon(&mut self)
[src]
pub fn set_icon(&mut self, v: String)
[src]
pub fn mut_icon(&mut self) -> &mut String
[src]
pub fn take_icon(&mut self) -> String
[src]
pub fn get_apiVersion(&self) -> &str
[src]
pub fn clear_apiVersion(&mut self)
[src]
pub fn set_apiVersion(&mut self, v: String)
[src]
pub fn mut_apiVersion(&mut self) -> &mut String
[src]
pub fn take_apiVersion(&mut self) -> String
[src]
pub fn get_condition(&self) -> &str
[src]
pub fn clear_condition(&mut self)
[src]
pub fn set_condition(&mut self, v: String)
[src]
pub fn mut_condition(&mut self) -> &mut String
[src]
pub fn take_condition(&mut self) -> String
[src]
pub fn get_tags(&self) -> &str
[src]
pub fn clear_tags(&mut self)
[src]
pub fn set_tags(&mut self, v: String)
[src]
pub fn mut_tags(&mut self) -> &mut String
[src]
pub fn take_tags(&mut self) -> String
[src]
pub fn get_appVersion(&self) -> &str
[src]
pub fn clear_appVersion(&mut self)
[src]
pub fn set_appVersion(&mut self, v: String)
[src]
pub fn mut_appVersion(&mut self) -> &mut String
[src]
pub fn take_appVersion(&mut self) -> String
[src]
pub fn get_deprecated(&self) -> bool
[src]
pub fn clear_deprecated(&mut self)
[src]
pub fn set_deprecated(&mut self, v: bool)
[src]
pub fn get_tillerVersion(&self) -> &str
[src]
pub fn clear_tillerVersion(&mut self)
[src]
pub fn set_tillerVersion(&mut self, v: String)
[src]
pub fn mut_tillerVersion(&mut self) -> &mut String
[src]
pub fn take_tillerVersion(&mut self) -> String
[src]
pub fn get_annotations(&self) -> &HashMap<String, String>
[src]
pub fn clear_annotations(&mut self)
[src]
pub fn set_annotations(&mut self, v: HashMap<String, String>)
[src]
pub fn mut_annotations(&mut self) -> &mut HashMap<String, String>
[src]
pub fn take_annotations(&mut self) -> HashMap<String, String>
[src]
pub fn get_kubeVersion(&self) -> &str
[src]
pub fn clear_kubeVersion(&mut self)
[src]
pub fn set_kubeVersion(&mut self, v: String)
[src]
pub fn mut_kubeVersion(&mut self) -> &mut String
[src]
pub fn take_kubeVersion(&mut self) -> String
[src]
Trait Implementations
impl Default for Metadata
[src]
impl<'a> Default for &'a Metadata
[src]
impl Clone for Metadata
[src]
fn clone(&self) -> Metadata
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq<Metadata> for Metadata
[src]
impl Debug for Metadata
[src]
impl Message for Metadata
[src]
fn is_initialized(&self) -> bool
[src]
fn merge_from(&mut self, is: &mut CodedInputStream) -> ProtobufResult<()>
[src]
fn compute_size(&self) -> u32
[src]
fn write_to_with_cached_sizes(
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
[src]
&self,
os: &mut CodedOutputStream
) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
[src]
fn get_unknown_fields(&self) -> &UnknownFields
[src]
fn mut_unknown_fields(&mut self) -> &mut UnknownFields
[src]
fn as_any(&self) -> &dyn Any
[src]
fn as_any_mut(&mut self) -> &mut dyn Any
[src]
fn into_any(self: Box<Self>) -> Box<dyn Any>
[src]
fn descriptor(&self) -> &'static MessageDescriptor
[src]
fn new() -> Metadata
[src]
fn descriptor_static() -> &'static MessageDescriptor
[src]
fn default_instance() -> &'static Metadata
[src]
fn write_to(&self, os: &mut CodedOutputStream) -> Result<(), ProtobufError>
[src]
Write the message to the stream. Read more
fn write_length_delimited_to(
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
[src]
&self,
os: &mut CodedOutputStream
) -> Result<(), ProtobufError>
Write the message to the stream prepending the message with message length encoded as varint. Read more
fn write_length_delimited_to_vec(
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
[src]
&self,
vec: &mut Vec<u8>
) -> Result<(), ProtobufError>
Write the message to the vec, prepend the message with message length encoded as varint. Read more
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
[src]
Update this message object with fields read from given stream.
fn check_initialized(&self) -> Result<(), ProtobufError>
[src]
Check if all required fields of this object are initialized.
fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>
[src]
Write the message to the writer.
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
[src]
Write the message to bytes vec.
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
[src]
Write the message to bytes vec.
fn write_length_delimited_to_writer(
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
[src]
&self,
w: &mut dyn Write
) -> Result<(), ProtobufError>
Write the message to the writer, prepend the message with message length encoded as varint. Read more
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
[src]
Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more
fn type_id(&self) -> TypeId
[src]
Get type id for downcasting.
impl Clear for Metadata
[src]
impl ProtobufValue for Metadata
[src]
fn as_ref(&self) -> ProtobufValueRef
[src]
fn as_any(&self) -> &(dyn Any + 'static)
[src]
Convert to Any
fn is_non_zero(&self) -> bool
[src]
Is value non-zero?
fn as_ref_copy(&self) -> ProtobufValueRef<'static>
[src]
Return ProtobufValueRef
if self is Copy
. Read more
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,