Enum gapi_grpc::google::container::v1beta1::status_condition::Code [−][src]
pub enum Code { Unknown, GceStockout, GkeServiceAccountDeleted, GceQuotaExceeded, SetByOperator, CloudKmsKeyError, }
Code for each condition
Variants
UNKNOWN indicates a generic condition.
GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.
GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.
Google Compute Engine quota was exceeded.
Cluster state was manually changed by an SRE due to a system logic error.
Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption. More codes TBA
Implementations
impl Code
[src][−]
pub fn is_valid(value: i32) -> bool
[src][−]
Returns true
if value
is a variant of Code
.
pub fn from_i32(value: i32) -> Option<Code>
[src][−]
Converts an i32
to a Code
, or None
if value
is not a valid variant.
Trait Implementations
impl Clone for Code
[src][+]
impl Copy for Code
[src]
impl Debug for Code
[src][+]
impl Default for Code
[src][+]
impl Eq for Code
[src]
impl From<Code> for i32
[src][+]
impl Hash for Code
[src][+]
impl Ord for Code
[src][+]
impl PartialEq<Code> for Code
[src][+]
impl PartialOrd<Code> for Code
[src][+]
impl StructuralEq for Code
[src]
impl StructuralPartialEq for Code
[src]
Auto Trait Implementations
impl RefUnwindSafe for Code
impl Send for Code
impl Sync for Code
impl Unpin for Code
impl UnwindSafe for Code
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,