pub struct K8sAuthRoleRequest {
pub bound_service_account_names: Vec<String>,
pub bound_service_account_namespaces: Vec<String>,
pub token_policies: Option<Vec<String>>,
pub token_ttl: Option<String>,
pub token_max_ttl: Option<String>,
}Fields§
§bound_service_account_names: Vec<String>§bound_service_account_namespaces: Vec<String>§token_policies: Option<Vec<String>>§token_ttl: Option<String>§token_max_ttl: Option<String>Trait Implementations§
Source§impl Clone for K8sAuthRoleRequest
impl Clone for K8sAuthRoleRequest
Source§fn clone(&self) -> K8sAuthRoleRequest
fn clone(&self) -> K8sAuthRoleRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for K8sAuthRoleRequest
impl Debug for K8sAuthRoleRequest
Source§impl Default for K8sAuthRoleRequest
impl Default for K8sAuthRoleRequest
Source§fn default() -> K8sAuthRoleRequest
fn default() -> K8sAuthRoleRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for K8sAuthRoleRequest
impl RefUnwindSafe for K8sAuthRoleRequest
impl Send for K8sAuthRoleRequest
impl Sync for K8sAuthRoleRequest
impl Unpin for K8sAuthRoleRequest
impl UnsafeUnpin for K8sAuthRoleRequest
impl UnwindSafe for K8sAuthRoleRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more