Reference documentation and code samples for the Google Cloud Network Management V1 Client class Reason.
Protobuf type google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo.Reason
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ GkeNetworkPolicySkippedInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0Unused default value.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
NETWORK_POLICY_DISABLED
Value: 1Network Policy is disabled on the cluster.
Generated from protobuf enum NETWORK_POLICY_DISABLED = 1;
INGRESS_SOURCE_ON_SAME_NODE
Value: 2Ingress traffic to a Pod from a source on the same Node is always allowed.
Generated from protobuf enum INGRESS_SOURCE_ON_SAME_NODE = 2;
EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD
Value: 3Egress traffic from a Pod that uses the Node's network namespace is not subject to Network Policy.
Generated from protobuf enum EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD = 3;
NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC
Value: 4Network Policy is not applied to response traffic. This is because GKE Network Policy evaluation is stateful in both GKE Dataplane V2 (eBPF) and legacy (iptables) implementations.
Generated from protobuf enum NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC = 4;
NETWORK_POLICY_ANALYSIS_UNSUPPORTED
Value: 100Network Policy evaluation is currently not supported for clusters with FQDN Network Policies enabled.
Generated from protobuf enum NETWORK_POLICY_ANALYSIS_UNSUPPORTED = 100;