Class Fleet (0.2.0)

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

Fleet related configuration. Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems.

Attributes

NameDescription
project str
Required. The name of the Fleet host project where this cluster will be registered. Project names are formatted as ``projects/
membership str
Output only. The name of the managed Hub Membership resource associated to this cluster. Membership names are formatted as ``projects/

Inheritance

builtins.object > proto.message.Message > Fleet