Documentation ¶
Index ¶
- func CreateResourceServiceEndpoint(ctx context.Context, projectId string, ...) (*serviceendpoints.ServiceEndpoint, error)
- func DeleteResourceServiceEndpoint(ctx context.Context, id string, projectId string, ...)
- func GetServiceEndpointResourceSchemaBase(description string) schema.Schema
- func NewServiceEndpointAzureRmResource() resource.Resource
- func NewServiceEndpointBitbucketResource() resource.Resource
- func NewServiceEndpointDockerRegistryResource() resource.Resource
- func NewServiceEndpointGenericResource() resource.Resource
- func NewServiceEndpointGitHubResource() resource.Resource
- func NewServiceEndpointJFrogResource() resource.Resource
- func NewServiceEndpointKubernetesResource() resource.Resource
- func NewServiceEndpointNpmResource() resource.Resource
- func NewServiceEndpointNuGetResource() resource.Resource
- func NewServiceEndpointPermissionsResource() resource.Resource
- func NewServiceEndpointShareResource() resource.Resource
- func NewServiceEndpointSonarCloudResource() resource.Resource
- func NewServiceEndpointVsAppCenterResource() resource.Resource
- func ReadResourceServiceEndpoint(ctx context.Context, id string, projectId string, ...) (*serviceendpoints.ServiceEndpoint, bool, error)
- func UpdateResourceServiceEndpoint(ctx context.Context, id string, projectId string, ...) (*serviceendpoints.ServiceEndpoint, error)
- type ServiceEndpointAzureRmResource
- func (r *ServiceEndpointAzureRmResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointAzureRmResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointAzureRmResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointAzureRmResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointAzureRmResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointAzureRmResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointAzureRmResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointAzureRmResourceModel
- type ServiceEndpointBitbucketResource
- func (r *ServiceEndpointBitbucketResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointBitbucketResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointBitbucketResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointBitbucketResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointBitbucketResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointBitbucketResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointBitbucketResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointBitbucketResourceModel
- type ServiceEndpointDockerRegistryResource
- func (r *ServiceEndpointDockerRegistryResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointDockerRegistryResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointDockerRegistryResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointDockerRegistryResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointDockerRegistryResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointDockerRegistryResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointDockerRegistryResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointDockerRegistryResourceModel
- type ServiceEndpointGenericResource
- func (r *ServiceEndpointGenericResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointGenericResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointGenericResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointGenericResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointGenericResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointGenericResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointGenericResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointGenericResourceModel
- type ServiceEndpointGitHubResource
- func (r *ServiceEndpointGitHubResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointGitHubResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointGitHubResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointGitHubResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointGitHubResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointGitHubResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointGitHubResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointGitHubResourceModel
- type ServiceEndpointJFrogResource
- func (r *ServiceEndpointJFrogResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointJFrogResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointJFrogResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointJFrogResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointJFrogResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointJFrogResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointJFrogResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointJFrogResourceModel
- type ServiceEndpointKubeconfig
- type ServiceEndpointKubernetesResource
- func (r *ServiceEndpointKubernetesResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointKubernetesResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointKubernetesResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointKubernetesResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointKubernetesResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointKubernetesResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointKubernetesResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointKubernetesResourceModel
- type ServiceEndpointNpmResource
- func (r *ServiceEndpointNpmResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointNpmResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointNpmResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointNpmResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointNpmResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointNpmResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointNpmResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointNpmResourceModel
- type ServiceEndpointNuGetResource
- func (r *ServiceEndpointNuGetResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointNuGetResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointNuGetResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointNuGetResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointNuGetResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointNuGetResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointNuGetResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointNuGetResourceModel
- type ServiceEndpointPermissions
- type ServiceEndpointPermissionsResource
- func (r *ServiceEndpointPermissionsResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointPermissionsResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointPermissionsResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointPermissionsResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointPermissionsResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointPermissionsResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointPermissionsResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointPermissionsResourceModel
- type ServiceEndpointShareResource
- func (r *ServiceEndpointShareResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointShareResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointShareResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointShareResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointShareResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointShareResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointShareResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointShareResourceModel
- type ServiceEndpointSonarCloudResource
- func (r *ServiceEndpointSonarCloudResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointSonarCloudResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointSonarCloudResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointSonarCloudResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointSonarCloudResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointSonarCloudResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointSonarCloudResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointSonarCloudResourceModel
- type ServiceEndpointVsAppCenterResource
- func (r *ServiceEndpointVsAppCenterResource) Configure(_ context.Context, req resource.ConfigureRequest, ...)
- func (r *ServiceEndpointVsAppCenterResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ServiceEndpointVsAppCenterResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ServiceEndpointVsAppCenterResource) Metadata(_ context.Context, req resource.MetadataRequest, ...)
- func (r *ServiceEndpointVsAppCenterResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ServiceEndpointVsAppCenterResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ServiceEndpointVsAppCenterResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ServiceEndpointVsAppCenterResourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateResourceServiceEndpoint ¶
func CreateResourceServiceEndpoint(ctx context.Context, projectId string, args *serviceendpoints.CreateOrUpdateServiceEndpointArgs, serviceEndpointsClient *serviceendpoints.Client, pipelinesClient *pipelines.Client, resp *resource.CreateResponse) (*serviceendpoints.ServiceEndpoint, error)
func DeleteResourceServiceEndpoint ¶
func DeleteResourceServiceEndpoint(ctx context.Context, id string, projectId string, serviceEndpointsClient *serviceendpoints.Client, resp *resource.DeleteResponse)
func NewServiceEndpointDockerRegistryResource ¶ added in v0.6.0
func NewServiceEndpointGenericResource ¶ added in v0.6.0
func NewServiceEndpointJFrogResource ¶ added in v0.5.0
func NewServiceEndpointNpmResource ¶ added in v0.6.0
func NewServiceEndpointNuGetResource ¶ added in v0.6.0
func NewServiceEndpointPermissionsResource ¶ added in v0.5.0
func NewServiceEndpointSonarCloudResource ¶ added in v0.6.2
func ReadResourceServiceEndpoint ¶
func ReadResourceServiceEndpoint(ctx context.Context, id string, projectId string, serviceEndpointsClient *serviceendpoints.Client, pipelinesClient *pipelines.Client, resp *resource.ReadResponse) (*serviceendpoints.ServiceEndpoint, bool, error)
func UpdateResourceServiceEndpoint ¶
func UpdateResourceServiceEndpoint(ctx context.Context, id string, projectId string, args *serviceendpoints.CreateOrUpdateServiceEndpointArgs, serviceEndpointsClient *serviceendpoints.Client, pipelinesClient *pipelines.Client, resp *resource.UpdateResponse) (*serviceendpoints.ServiceEndpoint, error)
Types ¶
type ServiceEndpointAzureRmResource ¶
type ServiceEndpointAzureRmResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointAzureRmResource) Configure ¶
func (r *ServiceEndpointAzureRmResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointAzureRmResource) Create ¶
func (r *ServiceEndpointAzureRmResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointAzureRmResource) Delete ¶
func (r *ServiceEndpointAzureRmResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointAzureRmResource) Metadata ¶
func (r *ServiceEndpointAzureRmResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointAzureRmResource) Read ¶
func (r *ServiceEndpointAzureRmResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointAzureRmResource) Schema ¶
func (r *ServiceEndpointAzureRmResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointAzureRmResource) Update ¶
func (r *ServiceEndpointAzureRmResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointAzureRmResourceModel ¶
type ServiceEndpointAzureRmResourceModel struct { Description *string `tfsdk:"description"` Id types.String `tfsdk:"id"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Name string `tfsdk:"name"` ProjectId string `tfsdk:"project_id"` ServicePrincipalId string `tfsdk:"service_principal_id"` ServicePrincipalKey string `tfsdk:"service_principal_key"` SubscriptionId string `tfsdk:"subscription_id"` SubscriptionName string `tfsdk:"subscription_name"` TenantId string `tfsdk:"tenant_id"` }
type ServiceEndpointBitbucketResource ¶
type ServiceEndpointBitbucketResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointBitbucketResource) Configure ¶
func (r *ServiceEndpointBitbucketResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointBitbucketResource) Create ¶
func (r *ServiceEndpointBitbucketResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointBitbucketResource) Delete ¶
func (r *ServiceEndpointBitbucketResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointBitbucketResource) Metadata ¶
func (r *ServiceEndpointBitbucketResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointBitbucketResource) Read ¶
func (r *ServiceEndpointBitbucketResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointBitbucketResource) Schema ¶
func (r *ServiceEndpointBitbucketResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointBitbucketResource) Update ¶
func (r *ServiceEndpointBitbucketResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointBitbucketResourceModel ¶
type ServiceEndpointBitbucketResourceModel struct { Description *string `tfsdk:"description"` Id types.String `tfsdk:"id"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Name string `tfsdk:"name"` Password string `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` UserName string `tfsdk:"username"` }
type ServiceEndpointDockerRegistryResource ¶ added in v0.6.0
type ServiceEndpointDockerRegistryResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointDockerRegistryResource) Configure ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointDockerRegistryResource) Create ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointDockerRegistryResource) Delete ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointDockerRegistryResource) Metadata ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointDockerRegistryResource) Read ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointDockerRegistryResource) Schema ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointDockerRegistryResource) Update ¶ added in v0.6.0
func (r *ServiceEndpointDockerRegistryResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointDockerRegistryResourceModel ¶ added in v0.6.0
type ServiceEndpointDockerRegistryResourceModel struct { Description *string `tfsdk:"description"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Id types.String `tfsdk:"id"` Name string `tfsdk:"name"` Password string `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` URL string `tfsdk:"url"` Username string `tfsdk:"username"` }
type ServiceEndpointGenericResource ¶ added in v0.6.0
type ServiceEndpointGenericResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointGenericResource) Configure ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointGenericResource) Create ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointGenericResource) Delete ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointGenericResource) Metadata ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointGenericResource) Read ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointGenericResource) Schema ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointGenericResource) Update ¶ added in v0.6.0
func (r *ServiceEndpointGenericResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointGenericResourceModel ¶ added in v0.6.0
type ServiceEndpointGenericResourceModel struct { Description *string `tfsdk:"description"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Id types.String `tfsdk:"id"` Name string `tfsdk:"name"` Password types.String `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` URL string `tfsdk:"url"` Username types.String `tfsdk:"username"` }
type ServiceEndpointGitHubResource ¶
type ServiceEndpointGitHubResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointGitHubResource) Configure ¶
func (r *ServiceEndpointGitHubResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointGitHubResource) Create ¶
func (r *ServiceEndpointGitHubResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointGitHubResource) Delete ¶
func (r *ServiceEndpointGitHubResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointGitHubResource) Metadata ¶
func (r *ServiceEndpointGitHubResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointGitHubResource) Read ¶
func (r *ServiceEndpointGitHubResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointGitHubResource) Schema ¶
func (r *ServiceEndpointGitHubResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointGitHubResource) Update ¶
func (r *ServiceEndpointGitHubResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointJFrogResource ¶ added in v0.5.0
type ServiceEndpointJFrogResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointJFrogResource) Configure ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointJFrogResource) Create ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointJFrogResource) Delete ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointJFrogResource) Metadata ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointJFrogResource) Read ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointJFrogResource) Schema ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointJFrogResource) Update ¶ added in v0.5.0
func (r *ServiceEndpointJFrogResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointJFrogResourceModel ¶ added in v0.5.0
type ServiceEndpointJFrogResourceModel struct { AccessToken types.String `tfsdk:"access_token"` Description *string `tfsdk:"description"` Id types.String `tfsdk:"id"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Name string `tfsdk:"name"` Password types.String `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` Service string `tfsdk:"service"` Username types.String `tfsdk:"username"` URL string `tfsdk:"url"` }
type ServiceEndpointKubernetesResource ¶
type ServiceEndpointKubernetesResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointKubernetesResource) Configure ¶
func (r *ServiceEndpointKubernetesResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointKubernetesResource) Create ¶
func (r *ServiceEndpointKubernetesResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointKubernetesResource) Delete ¶
func (r *ServiceEndpointKubernetesResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointKubernetesResource) Metadata ¶
func (r *ServiceEndpointKubernetesResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointKubernetesResource) Read ¶
func (r *ServiceEndpointKubernetesResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointKubernetesResource) Schema ¶
func (r *ServiceEndpointKubernetesResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointKubernetesResource) Update ¶
func (r *ServiceEndpointKubernetesResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointKubernetesResourceModel ¶
type ServiceEndpointKubernetesResourceModel struct { Description *string `tfsdk:"description"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Id types.String `tfsdk:"id"` Kubeconfig ServiceEndpointKubeconfig `tfsdk:"kubeconfig"` Name string `tfsdk:"name"` ProjectId string `tfsdk:"project_id"` }
type ServiceEndpointNpmResource ¶ added in v0.6.0
type ServiceEndpointNpmResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointNpmResource) Configure ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointNpmResource) Create ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointNpmResource) Delete ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointNpmResource) Metadata ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointNpmResource) Read ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointNpmResource) Schema ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointNpmResource) Update ¶ added in v0.6.0
func (r *ServiceEndpointNpmResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointNpmResourceModel ¶ added in v0.6.0
type ServiceEndpointNpmResourceModel struct { AccessToken types.String `tfsdk:"access_token"` Description *string `tfsdk:"description"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Id types.String `tfsdk:"id"` Name string `tfsdk:"name"` Password types.String `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` URL string `tfsdk:"url"` Username types.String `tfsdk:"username"` }
type ServiceEndpointNuGetResource ¶ added in v0.6.0
type ServiceEndpointNuGetResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointNuGetResource) Configure ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointNuGetResource) Create ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointNuGetResource) Delete ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointNuGetResource) Metadata ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointNuGetResource) Read ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointNuGetResource) Schema ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointNuGetResource) Update ¶ added in v0.6.0
func (r *ServiceEndpointNuGetResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointNuGetResourceModel ¶ added in v0.6.0
type ServiceEndpointNuGetResourceModel struct { ApiKey types.String `tfsdk:"api_key"` Description *string `tfsdk:"description"` GrantAllPipelines bool `tfsdk:"grant_all_pipelines"` Id types.String `tfsdk:"id"` Name string `tfsdk:"name"` Password types.String `tfsdk:"password"` ProjectId string `tfsdk:"project_id"` URL string `tfsdk:"url"` Username types.String `tfsdk:"username"` }
type ServiceEndpointPermissions ¶ added in v0.5.0
type ServiceEndpointPermissionsResource ¶ added in v0.5.0
type ServiceEndpointPermissionsResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointPermissionsResource) Configure ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointPermissionsResource) Create ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointPermissionsResource) Delete ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointPermissionsResource) Metadata ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointPermissionsResource) Read ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointPermissionsResource) Schema ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointPermissionsResource) Update ¶ added in v0.5.0
func (r *ServiceEndpointPermissionsResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointPermissionsResourceModel ¶ added in v0.5.0
type ServiceEndpointShareResource ¶
type ServiceEndpointShareResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointShareResource) Configure ¶
func (r *ServiceEndpointShareResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointShareResource) Create ¶
func (r *ServiceEndpointShareResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointShareResource) Delete ¶
func (r *ServiceEndpointShareResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointShareResource) Metadata ¶
func (r *ServiceEndpointShareResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointShareResource) Read ¶
func (r *ServiceEndpointShareResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointShareResource) Schema ¶
func (r *ServiceEndpointShareResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointShareResource) Update ¶
func (r *ServiceEndpointShareResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointShareResourceModel ¶
type ServiceEndpointShareResourceModel struct {}
type ServiceEndpointSonarCloudResource ¶ added in v0.6.2
type ServiceEndpointSonarCloudResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointSonarCloudResource) Configure ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointSonarCloudResource) Create ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointSonarCloudResource) Delete ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointSonarCloudResource) Metadata ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointSonarCloudResource) Read ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointSonarCloudResource) Schema ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointSonarCloudResource) Update ¶ added in v0.6.2
func (r *ServiceEndpointSonarCloudResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ServiceEndpointSonarCloudResourceModel ¶ added in v0.6.2
type ServiceEndpointVsAppCenterResource ¶
type ServiceEndpointVsAppCenterResource struct {
// contains filtered or unexported fields
}
func (*ServiceEndpointVsAppCenterResource) Configure ¶
func (r *ServiceEndpointVsAppCenterResource) Configure(_ context.Context, req resource.ConfigureRequest, _ *resource.ConfigureResponse)
func (*ServiceEndpointVsAppCenterResource) Create ¶
func (r *ServiceEndpointVsAppCenterResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ServiceEndpointVsAppCenterResource) Delete ¶
func (r *ServiceEndpointVsAppCenterResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ServiceEndpointVsAppCenterResource) Metadata ¶
func (r *ServiceEndpointVsAppCenterResource) Metadata(_ context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ServiceEndpointVsAppCenterResource) Read ¶
func (r *ServiceEndpointVsAppCenterResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ServiceEndpointVsAppCenterResource) Schema ¶
func (r *ServiceEndpointVsAppCenterResource) Schema(_ context.Context, _ resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ServiceEndpointVsAppCenterResource) Update ¶
func (r *ServiceEndpointVsAppCenterResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
Source Files ¶
- resource_serviceendpoint.go
- resource_serviceendpoint_azurerm.go
- resource_serviceendpoint_bitbucket.go
- resource_serviceendpoint_dockerregistry.go
- resource_serviceendpoint_generic.go
- resource_serviceendpoint_github.go
- resource_serviceendpoint_jfrog.go
- resource_serviceendpoint_kubernetes.go
- resource_serviceendpoint_npm.go
- resource_serviceendpoint_nuget.go
- resource_serviceendpoint_permissions.go
- resource_serviceendpoint_share.go
- resource_serviceendpoint_sonarcloud.go
- resource_serviceendpoint_vsappcenter.go
Click to show internal directories.
Click to hide internal directories.