Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Validate ¶
func Validate(p *Parameters) error
Types ¶
type Parameters ¶
type Parameters struct {
IAMFormat string
FilterDeletedIAMMembers bool
// GCPAccessToken is the (optional) static authentication token to use for GCP authentication.
GCPAccessToken string
Output string
ResourceFormat string
URI string
Verbose bool
// HTTPClient allows for overriding the default HTTP Client
HTTPClient *http.Client
// DisableDirectExport can be set to true to bypass direct-reconciliation exporters.
DisableDirectExport bool
// GRPCUnaryClientInterceptor allows for overriding the default GRPC Unary Interceptor
GRPCUnaryClientInterceptor grpc.UnaryClientInterceptor
}
func (*Parameters) NewControllerConfig ¶ added in v1.135.0
func (p *Parameters) NewControllerConfig(ctx context.Context) (*config.ControllerConfig, error)
Click to show internal directories.
Click to hide internal directories.