Class FleetInstrumentedPodGroupAttributes

Attributes of a group of instrumented pods targeted for SSI injection.

Hierarchy

  • FleetInstrumentedPodGroupAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
appliedTarget?: {
    [key: string]: any;
}

The SSI injection target configuration applied to the pod group.

Type declaration

  • [key: string]: any
appliedTargetName?: string

The name of the applied SSI injection target.

injectedTags?: string[]

Tags injected into the pods by the Admission Controller.

kubeOwnerrefKind?: string

The kind of the Kubernetes owner reference.

kubeOwnerrefName?: string

The name of the Kubernetes owner reference (deployment, statefulset, etc.).

libInjectionAnnotations?: string[]

Library injection annotations on the pod group.

namespace?: string

The Kubernetes namespace of the pod group.

podCount?: number

Total number of pods in the group.

podNames?: string[]

Names of the individual pods in the group.

tags?: {
    [key: string]: string;
}

Additional tags associated with the pod group.

Type declaration

  • [key: string]: string

Generated using TypeDoc