GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig (google_api_container v0.57.0)

View Source

Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.

Attributes

  • cidrBlocks (type: list(GoogleApi.Container.V1.Model.CidrBlock.t), default: nil) - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
  • enabled (type: boolean(), default: nil) - Whether or not master authorized networks is enabled.
  • gcpPublicCidrsAccessEnabled (type: boolean(), default: nil) - Whether master is accessible via Google Compute Engine Public IP addresses.
  • privateEndpointEnforcementEnabled (type: boolean(), default: nil) - Whether master authorized networks is enforced on private endpoint or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.MasterAuthorizedNetworksConfig{
  cidrBlocks: [GoogleApi.Container.V1.Model.CidrBlock.t()] | nil,
  enabled: boolean() | nil,
  gcpPublicCidrsAccessEnabled: boolean() | nil,
  privateEndpointEnforcementEnabled: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.