pub struct ResponsePolicyGKECluster {
pub gke_cluster_name: Option<String>,
pub kind: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§gke_cluster_name: Option<String>The resource name of the cluster to bind this response policy to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
kind: Option<String>no description provided
Trait Implementations§
Source§impl Clone for ResponsePolicyGKECluster
impl Clone for ResponsePolicyGKECluster
Source§fn clone(&self) -> ResponsePolicyGKECluster
fn clone(&self) -> ResponsePolicyGKECluster
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 ResponsePolicyGKECluster
impl Debug for ResponsePolicyGKECluster
Source§impl Default for ResponsePolicyGKECluster
impl Default for ResponsePolicyGKECluster
Source§fn default() -> ResponsePolicyGKECluster
fn default() -> ResponsePolicyGKECluster
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResponsePolicyGKECluster
impl<'de> Deserialize<'de> for ResponsePolicyGKECluster
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
Source§impl Serialize for ResponsePolicyGKECluster
impl Serialize for ResponsePolicyGKECluster
impl Part for ResponsePolicyGKECluster
Auto Trait Implementations§
impl Freeze for ResponsePolicyGKECluster
impl RefUnwindSafe for ResponsePolicyGKECluster
impl Send for ResponsePolicyGKECluster
impl Sync for ResponsePolicyGKECluster
impl Unpin for ResponsePolicyGKECluster
impl UnwindSafe for ResponsePolicyGKECluster
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