google_api_container v0.6.0 GoogleApi.Container.V1.Model.NetworkPolicy View Source

Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/

Attributes

  • enabled (boolean()): Whether network policy is enabled on the cluster. Defaults to: null.
  • provider (String.t): The selected network policy provider. Defaults to: null.

    • Enum - one of [PROVIDER_UNSPECIFIED, CALICO]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Container.V1.Model.NetworkPolicy{
  enabled: any(),
  provider: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.