interface KubernetesResourceCreateParameters {
    clusterName?: string;
    name?: string;
    namespace?: string;
    tags?: string[];
}

Hierarchy (View Summary)

Properties

clusterName?: string
name?: string
namespace?: string
tags?: string[]

Tags of the kubernetes resource.