Skip to main content

fleets

Overview

Namefleets
TypeResource
Idgoogle.gkehub.fleets

Fields

NameDatatypeDescription
namestringOutput only. The full, unique resource name of this fleet in the format of projects/{project}/locations/{location}/fleets/{fleet}. Each Google Cloud project can have at most one fleet resource, named "default".
createTimestringOutput only. When the Fleet was created.
deleteTimestringOutput only. When the Fleet was deleted.
displayNamestringOptional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: Production Fleet
labelsobjectOptional. Labels for this Fleet.
stateobjectFleetLifecycleState describes the state of a Fleet resource.
uidstringOutput only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
updateTimestringOutput only. When the Fleet was last updated.

Methods

NameAccessible byRequired ParamsDescription
organizations_locations_fleets_listSELECTlocationsId, organizationsIdReturns all fleets within an organization or a project that the caller has access to.
projects_locations_fleets_getSELECTfleetsId, locationsId, projectsIdReturns the details of a fleet.
projects_locations_fleets_listSELECTlocationsId, projectsIdReturns all fleets within an organization or a project that the caller has access to.
projects_locations_fleets_createINSERTlocationsId, projectsIdCreates a fleet.
projects_locations_fleets_deleteDELETEfleetsId, locationsId, projectsIdRemoves a Fleet. There must be no memberships remaining in the Fleet.
_organizations_locations_fleets_listEXEClocationsId, organizationsIdReturns all fleets within an organization or a project that the caller has access to.
_projects_locations_fleets_listEXEClocationsId, projectsIdReturns all fleets within an organization or a project that the caller has access to.
projects_locations_fleets_patchEXECfleetsId, locationsId, projectsIdUpdates a fleet.