GenerateConnectManifestRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for
GkeHubMembershipService.GenerateConnectManifest
method. .
Attributes | |
---|---|
Name | Description |
name |
str
Required. The Membership resource name the Agent will associate with, in the format projects/*/locations/*/memberships/* .
|
connect_agent |
google.cloud.gkehub_v1beta1.types.ConnectAgent
Optional. The connect agent to generate manifest for. |
version |
str
Optional. The Connect agent version to use. Defaults to the most current version. |
is_upgrade |
bool
Optional. If true, generate the resources for upgrade only. Some resources generated only for installation (e.g. secrets) will be excluded. |
registry |
str
Optional. The registry to fetch the connect agent image from. Defaults to gcr.io/gkeconnect. |
image_pull_secret_content |
bytes
Optional. The image pull secret content for the registry, if not public. |