google_api_container v0.13.0 GoogleApi.Container.V1.Model.PrivateClusterConfig View Source

Configuration options for private clusters.

Attributes

  • enablePrivateEndpoint (type: boolean(), default: nil) - Whether the master's internal IP address is used as the cluster endpoint.
  • enablePrivateNodes (type: boolean(), default: nil) - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
  • masterIpv4CidrBlock (type: String.t, default: nil) - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
  • peeringName (type: String.t, default: nil) - Output only. The peering name in the customer VPC used by this cluster.
  • privateEndpoint (type: String.t, default: nil) - Output only. The internal IP address of this cluster's master endpoint.
  • publicEndpoint (type: String.t, default: nil) - Output only. The external IP address of this cluster's master endpoint.

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.PrivateClusterConfig{
  enablePrivateEndpoint: boolean(),
  enablePrivateNodes: boolean(),
  masterIpv4CidrBlock: String.t(),
  peeringName: String.t(),
  privateEndpoint: String.t(),
  publicEndpoint: String.t()
}

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.