NetworkPolicyStatus describe the current state of the NetworkPolicy.

Hierarchy

  • V1NetworkPolicyStatus

Constructors

Properties

conditions?: V1Condition[]

Conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc