Class GenerateCredentialsRequest (0.9.0)

GenerateCredentialsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request for connection information for a particular membership.

Attributes

Name Description
name str
Required. The Fleet membership resource.
force_use_agent bool
Optional. Whether to force the use of Connect Agent-based transport. This will return a configuration that uses Connect Agent as the underlying transport mechanism for cluster types that would otherwise have used a different transport. Requires that Connect Agent be installed on the cluster. Setting this field to false is equivalent to not setting it.
version str
Optional. The Connect Gateway version to be used in the resulting configuration. Leave this field blank to let the server choose the version (recommended).
kubernetes_namespace str
Optional. The namespace to use in the kubeconfig context. If this field is specified, the server will set the namespace field in kubeconfig context. If not specified, the namespace field is omitted.
operating_system google.cloud.gkeconnect.gateway_v1.types.GenerateCredentialsRequest.OperatingSystem
Optional. The operating system where the kubeconfig will be used.

Classes

OperatingSystem

OperatingSystem(value)

Operating systems requiring specialized kubeconfigs.