View Source GoogleApi.Container.V1.Model.PrivateClusterConfig (google_api_container v0.45.0)

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.
  • masterGlobalAccessConfig (type: GoogleApi.Container.V1.Model.PrivateClusterMasterGlobalAccessConfig.t, default: nil) - Controls master global access settings.
  • 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.
  • privateEndpointSubnetwork (type: String.t, default: nil) - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
  • publicEndpoint (type: String.t, default: nil) - Output only. The external IP address of this cluster's master endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.PrivateClusterConfig{
  enablePrivateEndpoint: boolean() | nil,
  enablePrivateNodes: boolean() | nil,
  masterGlobalAccessConfig:
    GoogleApi.Container.V1.Model.PrivateClusterMasterGlobalAccessConfig.t()
    | nil,
  masterIpv4CidrBlock: String.t() | nil,
  peeringName: String.t() | nil,
  privateEndpoint: String.t() | nil,
  privateEndpointSubnetwork: String.t() | nil,
  publicEndpoint: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.