Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class GenerateExclusivityManifestRequest.
The request to generate the manifests for exclusivity artifacts.
Generated from protobuf message google.cloud.gkehub.v1beta1.GenerateExclusivityManifestRequest
Namespace
Google \ Cloud \ GkeHub \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The Membership resource name in the format |
↳ crd_manifest |
string
Optional. The YAML manifest of the membership CRD retrieved by |
↳ cr_manifest |
string
Optional. The YAML manifest of the membership CR retrieved by |
getName
Required. The Membership resource name in the format
projects/*/locations/*/memberships/*
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The Membership resource name in the format
projects/*/locations/*/memberships/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCrdManifest
Optional. The YAML manifest of the membership CRD retrieved by
kubectl get customresourcedefinitions membership
.
Leave empty if the resource does not exist.
Returns | |
---|---|
Type | Description |
string |
setCrdManifest
Optional. The YAML manifest of the membership CRD retrieved by
kubectl get customresourcedefinitions membership
.
Leave empty if the resource does not exist.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCrManifest
Optional. The YAML manifest of the membership CR retrieved by
kubectl get memberships membership
.
Leave empty if the resource does not exist.
Returns | |
---|---|
Type | Description |
string |
setCrManifest
Optional. The YAML manifest of the membership CR retrieved by
kubectl get memberships membership
.
Leave empty if the resource does not exist.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |