Interface NetworkConfigOrBuilder (2.24.0)

public interface NetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatapathProvider()

public abstract DatapathProvider getDatapathProvider()

The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.

.google.container.v1beta1.DatapathProvider datapath_provider = 11;

Returns
TypeDescription
DatapathProvider

The datapathProvider.

getDatapathProviderValue()

public abstract int getDatapathProviderValue()

The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.

.google.container.v1beta1.DatapathProvider datapath_provider = 11;

Returns
TypeDescription
int

The enum numeric value on the wire for datapathProvider.

getDefaultSnatStatus()

public abstract DefaultSnatStatus getDefaultSnatStatus()

Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.

.google.container.v1beta1.DefaultSnatStatus default_snat_status = 7;

Returns
TypeDescription
DefaultSnatStatus

The defaultSnatStatus.

getDefaultSnatStatusOrBuilder()