Google Cloud Gke Hub V1beta1 Client - Class GenerateExclusivityManifestRequest (0.6.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The Membership resource name in the format projects/*/locations/*/memberships/*.

↳ crd_manifest string

Optional. The YAML manifest of the membership CRD retrieved by kubectl get customresourcedefinitions membership. Leave empty if the resource does not exist.

↳ cr_manifest string

Optional. The YAML manifest of the membership CR retrieved by kubectl get memberships membership. Leave empty if the resource does not exist.

getName

Required. The Membership resource name in the format projects/*/locations/*/memberships/*.

Returns
TypeDescription
string

setName

Required. The Membership resource name in the format projects/*/locations/*/memberships/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this