GoogleApi.Composer.V1.Model.MasterAuthorizedNetworksConfig (google_api_composer v0.36.3)

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.Composer.V1.Model.CidrBlock.t), default: nil) - Up to 50 external networks that could access Kubernetes master through HTTPS.
  • enabled (type: boolean(), default: nil) - Optional. Whether or not master authorized networks feature is enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.