ProjectsLocationsScopesNamespaces
class ProjectsLocationsScopesNamespaces extends Resource (View source)
The "namespaces" collection of methods.
Typical usage is:
$gkehubService = new Google\Service\GKEHub(...);
$namespaces = $gkehubService->projects_locations_scopes_namespaces;
Methods
create(string $parent, GkehubNamespace $postBody, array $optParams = [])
Creates a fleet namespace. (namespaces.create)
delete(string $name, array $optParams = [])
Deletes a fleet namespace. (namespaces.delete)
get(string $name, array $optParams = [])
Returns the details of a fleet namespace. (namespaces.get)
listProjectsLocationsScopesNamespaces(string $parent, array $optParams = [])
Lists fleet namespaces. (namespaces.listProjectsLocationsScopesNamespaces)
patch(string $name, GkehubNamespace $postBody, array $optParams = [])
Updates a fleet namespace. (namespaces.patch)
Details
Operation
create(string $parent, GkehubNamespace $postBody, array $optParams = [])
Creates a fleet namespace. (namespaces.create)
Operation
delete(string $name, array $optParams = [])
Deletes a fleet namespace. (namespaces.delete)
GkehubNamespace
get(string $name, array $optParams = [])
Returns the details of a fleet namespace. (namespaces.get)
ListScopeNamespacesResponse
listProjectsLocationsScopesNamespaces(string $parent, array $optParams = [])
Lists fleet namespaces. (namespaces.listProjectsLocationsScopesNamespaces)
Operation
patch(string $name, GkehubNamespace $postBody, array $optParams = [])
Updates a fleet namespace. (namespaces.patch)