View Source GoogleApi.GKEOnPrem.V1.Model.VmwareCluster (google_api_gke_on_prem v0.6.1)

Resource that represents a VMware user cluster. ##

Attributes

  • adminClusterMembership (type: String.t, default: nil) - Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources.
  • adminClusterName (type: String.t, default: nil) - Output only. The resource name of the VMware admin cluster hosting this user cluster.
  • annotations (type: map(), default: nil) - Annotations on the VMware user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
  • antiAffinityGroups (type: GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t, default: nil) - AAGConfig specifies whether to spread VMware user cluster nodes across at least three physical hosts in the datacenter.
  • authorization (type: GoogleApi.GKEOnPrem.V1.Model.Authorization.t, default: nil) - RBAC policy that will be applied and managed by the Anthos On-Prem API.
  • autoRepairConfig (type: GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t, default: nil) - Configuration for auto repairing.
  • binaryAuthorization (type: GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t, default: nil) - Binary Authorization related configurations.
  • controlPlaneNode (type: GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t, default: nil) - VMware user cluster control plane nodes must have either 1 or 3 replicas.
  • createTime (type: DateTime.t, default: nil) - Output only. The time at which VMware user cluster was created.
  • dataplaneV2 (type: GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config.t, default: nil) - VmwareDataplaneV2Config specifies configuration for Dataplane V2.
  • deleteTime (type: DateTime.t, default: nil) - Output only. The time at which VMware user cluster was deleted.
  • description (type: String.t, default: nil) - A human readable description of this VMware user cluster.
  • disableBundledIngress (type: boolean(), default: nil) - Disable bundled ingress.
  • enableControlPlaneV2 (type: boolean(), default: nil) - Enable control plane V2. Default to false.
  • endpoint (type: String.t, default: nil) - Output only. The DNS name of VMware user cluster's API server.
  • etag (type: String.t, default: nil) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
  • fleet (type: GoogleApi.GKEOnPrem.V1.Model.Fleet.t, default: nil) - Output only. Fleet configuration for the cluster.
  • loadBalancer (type: GoogleApi.GKEOnPrem.V1.Model.VmwareLoadBalancerConfig.t, default: nil) - Load balancer configuration.
  • localName (type: String.t, default: nil) - Output only. The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
  • name (type: String.t, default: nil) - Immutable. The VMware user cluster resource name.
  • networkConfig (type: GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t, default: nil) - The VMware user cluster network configuration.
  • onPremVersion (type: String.t, default: nil) - Required. The Anthos clusters on the VMware version for your user cluster.
  • reconciling (type: boolean(), default: nil) - Output only. If set, there are currently changes in flight to the VMware user cluster.
  • state (type: String.t, default: nil) - Output only. The current state of VMware user cluster.
  • status (type: GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t, default: nil) - Output only. ResourceStatus representing detailed cluster state.
  • storage (type: GoogleApi.GKEOnPrem.V1.Model.VmwareStorageConfig.t, default: nil) - Storage configuration.
  • uid (type: String.t, default: nil) - Output only. The unique identifier of the VMware user cluster.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time at which VMware user cluster was last updated.
  • upgradePolicy (type: GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy.t, default: nil) - Specifies upgrade policy for the cluster.
  • validationCheck (type: GoogleApi.GKEOnPrem.V1.Model.ValidationCheck.t, default: nil) - Output only. ValidationCheck represents the result of the preflight check job.
  • vcenter (type: GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t, default: nil) - VmwareVCenterConfig specifies vCenter config for the user cluster. If unspecified, it is inherited from the admin cluster.
  • vmTrackingEnabled (type: boolean(), default: nil) - Enable VM tracking.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.VmwareCluster{
  adminClusterMembership: String.t() | nil,
  adminClusterName: String.t() | nil,
  annotations: map() | nil,
  antiAffinityGroups: GoogleApi.GKEOnPrem.V1.Model.VmwareAAGConfig.t() | nil,
  authorization: GoogleApi.GKEOnPrem.V1.Model.Authorization.t() | nil,
  autoRepairConfig:
    GoogleApi.GKEOnPrem.V1.Model.VmwareAutoRepairConfig.t() | nil,
  binaryAuthorization:
    GoogleApi.GKEOnPrem.V1.Model.BinaryAuthorization.t() | nil,
  controlPlaneNode:
    GoogleApi.GKEOnPrem.V1.Model.VmwareControlPlaneNodeConfig.t() | nil,
  createTime: DateTime.t() | nil,
  dataplaneV2: GoogleApi.GKEOnPrem.V1.Model.VmwareDataplaneV2Config.t() | nil,
  deleteTime: DateTime.t() | nil,
  description: String.t() | nil,
  disableBundledIngress: boolean() | nil,
  enableControlPlaneV2: boolean() | nil,
  endpoint: String.t() | nil,
  etag: String.t() | nil,
  fleet: GoogleApi.GKEOnPrem.V1.Model.Fleet.t() | nil,
  loadBalancer: GoogleApi.GKEOnPrem.V1.Model.VmwareLoadBalancerConfig.t() | nil,
  localName: String.t() | nil,
  name: String.t() | nil,
  networkConfig: GoogleApi.GKEOnPrem.V1.Model.VmwareNetworkConfig.t() | nil,
  onPremVersion: String.t() | nil,
  reconciling: boolean() | nil,
  state: String.t() | nil,
  status: GoogleApi.GKEOnPrem.V1.Model.ResourceStatus.t() | nil,
  storage: GoogleApi.GKEOnPrem.V1.Model.VmwareStorageConfig.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil,
  upgradePolicy:
    GoogleApi.GKEOnPrem.V1.Model.VmwareClusterUpgradePolicy.t() | nil,
  validationCheck: GoogleApi.GKEOnPrem.V1.Model.ValidationCheck.t() | nil,
  vcenter: GoogleApi.GKEOnPrem.V1.Model.VmwareVCenterConfig.t() | nil,
  vmTrackingEnabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.