Interface SecretManagerConfigOrBuilder (2.44.0)

public interface SecretManagerConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

Whether the cluster is configured to use secret manager CSI component.

optional bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.

hasEnabled()

public abstract boolean hasEnabled()

Whether the cluster is configured to use secret manager CSI component.

optional bool enabled = 1;

Returns
TypeDescription
boolean

Whether the enabled field is set.