Package version:

Object reference to a Kubernetes object on a cluster

interface ObjectReferenceDefinition {
    name?: string;
    namespace?: string;
}

Properties

Properties

name?: string

Name of the object

namespace?: string

Namespace of the object