コード例 #1
0
 /**
  *{@inheritdoc}
  */
 public function update(ServiceAccount $serviceAccount)
 {
     $path = sprintf('/serviceaccounts/%s', $serviceAccount->getMetadata()->getName());
     return $this->connector->put($this->namespaceClient->prefixPath($path), $serviceAccount, ['class' => ServiceAccount::class]);
 }