View Source GoogleApi.GKEOnPrem.V1.Model.VmwareAdminManualLbConfig (google_api_gke_on_prem v0.4.0)

Attributes

  • addonsNodePort (type: integer(), default: nil) - NodePort for add-ons server in the admin cluster.
  • controlPlaneNodePort (type: integer(), default: nil) - NodePort for control plane service. The Kubernetes API server in the admin cluster is implemented as a Service of type NodePort (ex. 30968).
  • ingressHttpNodePort (type: integer(), default: nil) - NodePort for ingress service's http. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527).
  • ingressHttpsNodePort (type: integer(), default: nil) - NodePort for ingress service's https. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 30139).
  • konnectivityServerNodePort (type: integer(), default: nil) - NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex. 30564).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareAdminManualLbConfig{
  addonsNodePort: integer() | nil,
  controlPlaneNodePort: integer() | nil,
  ingressHttpNodePort: integer() | nil,
  ingressHttpsNodePort: integer() | nil,
  konnectivityServerNodePort: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.