Interface PodSecurityPolicyConfigOrBuilder (2.44.0)

public interface PodSecurityPolicyConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.