Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Updated #403

Merged
merged 2 commits into from
May 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/application.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.application.Application.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/application"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/application"

application.NewApplication(scope Construct, id *string, config ApplicationConfig) Application
```
Expand Down Expand Up @@ -277,7 +277,7 @@ func ResetConfidential()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.application.Application.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/application"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/application"

application.Application_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -309,7 +309,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.application.Application.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/application"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/application"

application.Application_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -323,7 +323,7 @@ application.Application_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.application.Application.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/application"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/application"

application.Application_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -643,7 +643,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.application.ApplicationConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/application"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/application"

&application.ApplicationConfig {
Connection: interface{},
Expand Down
10 changes: 5 additions & 5 deletions docs/applicationSettings.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.applicationSettings.ApplicationSettings.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/applicationsettings"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/applicationsettings"

applicationsettings.NewApplicationSettings(scope Construct, id *string, config ApplicationSettingsConfig) ApplicationSettings
```
Expand Down Expand Up @@ -1971,7 +1971,7 @@ func ResetWikiPageMaxContentBytes()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.applicationSettings.ApplicationSettings.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/applicationsettings"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/applicationsettings"

applicationsettings.ApplicationSettings_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -2003,7 +2003,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.applicationSettings.ApplicationSettings.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/applicationsettings"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/applicationsettings"

applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -2017,7 +2017,7 @@ applicationsettings.ApplicationSettings_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.applicationSettings.ApplicationSettings.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/applicationsettings"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/applicationsettings"

applicationsettings.ApplicationSettings_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -7562,7 +7562,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.applicationSettings.ApplicationSettingsConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/applicationsettings"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/applicationsettings"

&applicationsettings.ApplicationSettingsConfig {
Connection: interface{},
Expand Down
16 changes: 8 additions & 8 deletions docs/branch.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branch.Branch.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.NewBranch(scope Construct, id *string, config BranchConfig) Branch
```
Expand Down Expand Up @@ -277,7 +277,7 @@ func ResetId()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.branch.Branch.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.Branch_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -309,7 +309,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.branch.Branch.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.Branch_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -323,7 +323,7 @@ branch.Branch_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.branch.Branch.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.Branch_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -698,7 +698,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branch.BranchCommit.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

&branch.BranchCommit {

Expand All @@ -711,7 +711,7 @@ import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branch.BranchConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

&branch.BranchConfig {
Connection: interface{},
Expand Down Expand Up @@ -880,7 +880,7 @@ If you experience problems setting this value it might not be settable. Please t
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branch.BranchCommitList.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.NewBranchCommitList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchCommitList
```
Expand Down Expand Up @@ -1012,7 +1012,7 @@ func Fqn() *string
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branch.BranchCommitOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branch"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branch"

branch.NewBranchCommitOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchCommitOutputReference
```
Expand Down
28 changes: 14 additions & 14 deletions docs/branchProtection.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtection.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtection(scope Construct, id *string, config BranchProtectionConfig) BranchProtection
```
Expand Down Expand Up @@ -372,7 +372,7 @@ func ResetUnprotectAccessLevel()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.branchProtection.BranchProtection.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.BranchProtection_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -404,7 +404,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.branchProtection.BranchProtection.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.BranchProtection_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -418,7 +418,7 @@ branchprotection.BranchProtection_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.branchProtection.BranchProtection.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.BranchProtection_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -870,7 +870,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToMerge.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

&branchprotection.BranchProtectionAllowedToMerge {
GroupId: *f64,
Expand Down Expand Up @@ -920,7 +920,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToPush.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

&branchprotection.BranchProtectionAllowedToPush {
GroupId: *f64,
Expand Down Expand Up @@ -970,7 +970,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToUnprotect.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

&branchprotection.BranchProtectionAllowedToUnprotect {
GroupId: *f64,
Expand Down Expand Up @@ -1020,7 +1020,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

&branchprotection.BranchProtectionConfig {
Connection: interface{},
Expand Down Expand Up @@ -1301,7 +1301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/gitla
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToMergeList.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToMergeList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionAllowedToMergeList
```
Expand Down Expand Up @@ -1444,7 +1444,7 @@ func InternalValue() interface{}
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToMergeOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToMergeOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionAllowedToMergeOutputReference
```
Expand Down Expand Up @@ -1791,7 +1791,7 @@ func InternalValue() interface{}
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToPushList.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToPushList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionAllowedToPushList
```
Expand Down Expand Up @@ -1934,7 +1934,7 @@ func InternalValue() interface{}
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToPushOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToPushOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionAllowedToPushOutputReference
```
Expand Down Expand Up @@ -2281,7 +2281,7 @@ func InternalValue() interface{}
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToUnprotectList.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToUnprotectList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionAllowedToUnprotectList
```
Expand Down Expand Up @@ -2424,7 +2424,7 @@ func InternalValue() interface{}
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.branchProtection.BranchProtectionAllowedToUnprotectOutputReference.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/branchprotection"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/branchprotection"

branchprotection.NewBranchProtectionAllowedToUnprotectOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionAllowedToUnprotectOutputReference
```
Expand Down
10 changes: 5 additions & 5 deletions docs/clusterAgent.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.clusterAgent.ClusterAgent.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragent"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragent"

clusteragent.NewClusterAgent(scope Construct, id *string, config ClusterAgentConfig) ClusterAgent
```
Expand Down Expand Up @@ -277,7 +277,7 @@ func ResetId()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.clusterAgent.ClusterAgent.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragent"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragent"

clusteragent.ClusterAgent_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -309,7 +309,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.clusterAgent.ClusterAgent.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragent"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragent"

clusteragent.ClusterAgent_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -323,7 +323,7 @@ clusteragent.ClusterAgent_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.clusterAgent.ClusterAgent.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragent"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragent"

clusteragent.ClusterAgent_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -621,7 +621,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.clusterAgent.ClusterAgentConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragent"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragent"

&clusteragent.ClusterAgentConfig {
Connection: interface{},
Expand Down
10 changes: 5 additions & 5 deletions docs/clusterAgentToken.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Represents a {@link https://registry.terraform.io/providers/gitlabhq/gitlab/15.1
#### Initializers <a name="Initializers" id="@cdktf/provider-gitlab.clusterAgentToken.ClusterAgentToken.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragenttoken"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragenttoken"

clusteragenttoken.NewClusterAgentToken(scope Construct, id *string, config ClusterAgentTokenConfig) ClusterAgentToken
```
Expand Down Expand Up @@ -284,7 +284,7 @@ func ResetId()
##### `IsConstruct` <a name="IsConstruct" id="@cdktf/provider-gitlab.clusterAgentToken.ClusterAgentToken.isConstruct"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragenttoken"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragenttoken"

clusteragenttoken.ClusterAgentToken_IsConstruct(x interface{}) *bool
```
Expand Down Expand Up @@ -316,7 +316,7 @@ Any object.
##### `IsTerraformElement` <a name="IsTerraformElement" id="@cdktf/provider-gitlab.clusterAgentToken.ClusterAgentToken.isTerraformElement"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragenttoken"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragenttoken"

clusteragenttoken.ClusterAgentToken_IsTerraformElement(x interface{}) *bool
```
Expand All @@ -330,7 +330,7 @@ clusteragenttoken.ClusterAgentToken_IsTerraformElement(x interface{}) *bool
##### `IsTerraformResource` <a name="IsTerraformResource" id="@cdktf/provider-gitlab.clusterAgentToken.ClusterAgentToken.isTerraformResource"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragenttoken"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragenttoken"

clusteragenttoken.ClusterAgentToken_IsTerraformResource(x interface{}) *bool
```
Expand Down Expand Up @@ -705,7 +705,7 @@ func TfResourceType() *string
#### Initializer <a name="Initializer" id="@cdktf/provider-gitlab.clusterAgentToken.ClusterAgentTokenConfig.Initializer"></a>

```go
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/v7/clusteragenttoken"
import "github.com/cdktf/cdktf-provider-gitlab-go/gitlab/clusteragenttoken"

&clusteragenttoken.ClusterAgentTokenConfig {
Connection: interface{},
Expand Down
Loading