Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GkeNetworkPolicyInfo

import type { GkeNetworkPolicyInfo } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

For display only. Metadata associated with a GKE Network Policy.

interface GkeNetworkPolicyInfo {
action?: string;
direction?: string;
displayName?: string;
uri?: string;
}

§Properties

§
action?: string
[src]

Possible values: ALLOW, DENY

§
direction?: string
[src]

Possible values: INGRESS, EGRESS

§
displayName?: string
[src]

The name of the Network Policy.

§
uri?: string
[src]

The URI of the Network Policy. Format for a Network Policy in a zonal cluster: projects//zones//clusters//k8s/namespaces//networking.k8s.io/networkpolicies/ Format for a Network Policy in a regional cluster: projects//locations//clusters//k8s/namespaces//networking.k8s.io/networkpolicies/