Class Cluster (0.2.0)

Cluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Google Distributed Cloud Edge Kubernetes cluster.

Attributes

NameDescription
name str
Required. The resource name of the cluster.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the cluster was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the cluster was last updated.
labels Mapping[str, str]
Labels associated with this resource.
fleet google.cloud.edgecontainer_v1.types.Fleet
Optional. Fleet configuration.
networking google.cloud.edgecontainer_v1.types.ClusterNetworking
Required. Cluster-wide networking configuration.
authorization google.cloud.edgecontainer_v1.types.Authorization
Required. Immutable. RBAC policy that will be applied and managed by GEC.
default_max_pods_per_node int
Optional. The default maximum number of pods per node used if a maximum value is not specified explicitly for a node pool in this cluster. If unspecified, the Kubernetes default value will be used.
endpoint str
Output only. The IP address of the Kubernetes API server.
cluster_ca_certificate str
Output only. The PEM-encoded public certificate of the cluster's CA.
maintenance_policy google.cloud.edgecontainer_v1.types.MaintenancePolicy
Optional. Cluster-wide maintenance policy configuration.

Inheritance

builtins.object > proto.message.Message > Cluster

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.