Interface BinaryAuthorizationOrBuilder (2.4.1)

public interface BinaryAuthorizationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Enable Binary Authorization for this cluster. If enabled, all container images will be validated by Binary Authorization.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.