ProjectsLocationsFleets
class ProjectsLocationsFleets extends Resource (View source)
The "fleets" collection of methods.
Typical usage is:
$gkehubService = new Google\Service\GKEHub(...);
$fleets = $gkehubService->projects_locations_fleets;
Methods
delete(string $name, array $optParams = [])
Removes a Fleet. There must be no memberships remaining in the Fleet.
listProjectsLocationsFleets(string $parent, array $optParams = [])
Returns all fleets within an organization or a project that the caller has access to. (fleets.listProjectsLocationsFleets)
Details
Operation
create(string $parent, Fleet $postBody, array $optParams = [])
Creates a fleet. (fleets.create)
Operation
delete(string $name, array $optParams = [])
Removes a Fleet. There must be no memberships remaining in the Fleet.
(fleets.delete)
Fleet
get(string $name, array $optParams = [])
Returns the details of a fleet. (fleets.get)
ListFleetsResponse
listProjectsLocationsFleets(string $parent, array $optParams = [])
Returns all fleets within an organization or a project that the caller has access to. (fleets.listProjectsLocationsFleets)