Interface PodSecurityPolicyConfigOrBuilder (2.46.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
Type Description
boolean

The enabled.