Skip to main content

Interface: ReferenceGrantTo

Defined in: lib/k8s/referenceGrant.ts:40

ReferenceGrantTo defines the target resource (e.g., Service or Secret) that can be referenced.

See​

Properties​

group​

group: string;

Defined in: lib/k8s/referenceGrant.ts:41


kind​

kind: string;

Defined in: lib/k8s/referenceGrant.ts:42


name?​

optional name?: string;

Defined in: lib/k8s/referenceGrant.ts:43