interface KubernetesResource {
    clusterName?: string;
    createdBy?: IdentityRef;
    createdOn?: Date;
    environmentReference?: EnvironmentReference;
    id?: number;
    lastModifiedBy?: IdentityRef;
    lastModifiedOn?: Date;
    name?: string;
    namespace?: string;
    serviceEndpointId?: string;
    tags?: string[];
    type?: EnvironmentResourceType;
}

Hierarchy (View Summary)

Properties

clusterName?: string
createdBy?: IdentityRef
createdOn?: Date
environmentReference?: EnvironmentReference
id?: number
lastModifiedBy?: IdentityRef
lastModifiedOn?: Date
name?: string
namespace?: string
serviceEndpointId?: string
tags?: string[]

Tags of the Environment Resource.

Environment resource type