Documentation ¶
Index ¶
- Variables
- func GKEHub2FeatureIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func GKEHub2FeatureIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func GKEHub2OperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func GKEHub2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func GKEHub2ScopeIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func GKEHub2ScopeIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func ResourceGKEHub2Feature() *schema.Resource
- func ResourceGKEHub2Fleet() *schema.Resource
- func ResourceGKEHub2MembershipBinding() *schema.Resource
- func ResourceGKEHub2Namespace() *schema.Resource
- func ResourceGKEHub2Scope() *schema.Resource
- func ResourceGKEHub2ScopeRBACRoleBinding() *schema.Resource
- type GKEHub2FeatureIamUpdater
- func (u *GKEHub2FeatureIamUpdater) DescribeResource() string
- func (u *GKEHub2FeatureIamUpdater) GetMutexKey() string
- func (u *GKEHub2FeatureIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *GKEHub2FeatureIamUpdater) GetResourceId() string
- func (u *GKEHub2FeatureIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type GKEHub2OperationWaiter
- type GKEHub2ScopeIamUpdater
- func (u *GKEHub2ScopeIamUpdater) DescribeResource() string
- func (u *GKEHub2ScopeIamUpdater) GetMutexKey() string
- func (u *GKEHub2ScopeIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *GKEHub2ScopeIamUpdater) GetResourceId() string
- func (u *GKEHub2ScopeIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GKEHub2FeatureIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "location": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "name": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
View Source
var GKEHub2ScopeIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "scope_id": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func GKEHub2FeatureIamUpdaterProducer ¶
func GKEHub2FeatureIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func GKEHub2FeatureIdParseFunc ¶
func GKEHub2FeatureIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func GKEHub2OperationWaitTimeWithResponse ¶
func GKEHub2OperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func GKEHub2ScopeIamUpdaterProducer ¶
func GKEHub2ScopeIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func GKEHub2ScopeIdParseFunc ¶
func GKEHub2ScopeIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func ResourceGKEHub2Feature ¶
func ResourceGKEHub2Fleet ¶
func ResourceGKEHub2Scope ¶
Types ¶
type GKEHub2FeatureIamUpdater ¶
type GKEHub2FeatureIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*GKEHub2FeatureIamUpdater) DescribeResource ¶
func (u *GKEHub2FeatureIamUpdater) DescribeResource() string
func (*GKEHub2FeatureIamUpdater) GetMutexKey ¶
func (u *GKEHub2FeatureIamUpdater) GetMutexKey() string
func (*GKEHub2FeatureIamUpdater) GetResourceIamPolicy ¶
func (u *GKEHub2FeatureIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*GKEHub2FeatureIamUpdater) GetResourceId ¶
func (u *GKEHub2FeatureIamUpdater) GetResourceId() string
func (*GKEHub2FeatureIamUpdater) SetResourceIamPolicy ¶
func (u *GKEHub2FeatureIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type GKEHub2OperationWaiter ¶
type GKEHub2OperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*GKEHub2OperationWaiter) QueryOp ¶
func (w *GKEHub2OperationWaiter) QueryOp() (interface{}, error)
type GKEHub2ScopeIamUpdater ¶
type GKEHub2ScopeIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*GKEHub2ScopeIamUpdater) DescribeResource ¶
func (u *GKEHub2ScopeIamUpdater) DescribeResource() string
func (*GKEHub2ScopeIamUpdater) GetMutexKey ¶
func (u *GKEHub2ScopeIamUpdater) GetMutexKey() string
func (*GKEHub2ScopeIamUpdater) GetResourceIamPolicy ¶
func (u *GKEHub2ScopeIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*GKEHub2ScopeIamUpdater) GetResourceId ¶
func (u *GKEHub2ScopeIamUpdater) GetResourceId() string
func (*GKEHub2ScopeIamUpdater) SetResourceIamPolicy ¶
func (u *GKEHub2ScopeIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.