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
§
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/