Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- func ComposerOperationWaitTime(config *transport_tpg.Config, op *composer.Operation, ...) error
- func DataSourceGoogleComposerEnvironment() *schema.Resource
- func DataSourceGoogleComposerImageVersions() *schema.Resource
- func DataSourceGoogleComposerUserWorkloadsConfigMap() *schema.Resource
- func DataSourceGoogleComposerUserWorkloadsSecret() *schema.Resource
- func ResourceComposerEnvironment() *schema.Resource
- func ResourceComposerUserWorkloadsConfigMap() *schema.Resource
- func ResourceComposerUserWorkloadsSecret() *schema.Resource
- type ComposerEnvironmentName
- type ComposerOperationWaiter
- type UserWorkloadsSecretName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComposerEnvironmentName ¶
func (*ComposerEnvironmentName) ParentName ¶
func (n *ComposerEnvironmentName) ParentName() string
func (*ComposerEnvironmentName) ResourceName ¶
func (n *ComposerEnvironmentName) ResourceName() string
type ComposerOperationWaiter ¶
type ComposerOperationWaiter struct { Service *composer.ProjectsLocationsService tpgresource.CommonOperationWaiter }
func (*ComposerOperationWaiter) QueryOp ¶
func (w *ComposerOperationWaiter) QueryOp() (interface{}, error)
type UserWorkloadsSecretName ¶
type UserWorkloadsSecretName struct { Project string Region string Environment string Secret string }
func (*UserWorkloadsSecretName) ParentName ¶
func (n *UserWorkloadsSecretName) ParentName() string
func (*UserWorkloadsSecretName) ResourceName ¶
func (n *UserWorkloadsSecretName) ResourceName() string
Source Files ¶
- composer_operation.go
- data_source_google_composer_environment.go
- data_source_google_composer_image_versions.go
- data_source_google_composer_user_workloads_config_map.go
- data_source_google_composer_user_workloads_secret.go
- resource_composer_environment.go
- resource_composer_environment_sweeper.go
- resource_composer_user_workloads_config_map.go
- resource_composer_user_workloads_config_map_sweeper.go
- resource_composer_user_workloads_secret.go
Click to show internal directories.
Click to hide internal directories.