Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { UserAgent string // UserProjectOverride provides the option to use the resource project for preconditions, quota, and billing, // instead of the project the credentials belong to; false by default UserProjectOverride bool // BillingProject is the project used by the TF provider and DCL client to determine preconditions, // quota, and billing if UserProjectOverride is set to true. If this field is empty, // but UserProjectOverride is set to true, resource project will be used. BillingProject string // HTTPClient allows us to specify the HTTP client to use with DCL. // This is particularly useful in mocks/tests. HTTPClient *http.Client }
type Deps ¶ added in v1.117.0
type Deps struct { TfProvider *tfschema.Provider TfLoader *servicemappingloader.ServiceMappingLoader DclConfig *dcl.Config DclConverter *conversion.Converter Defaulters []k8s.Defaulter JitterGen jitter.Generator }
Common controller dependencies.
Click to show internal directories.
Click to hide internal directories.