Skip to content

Commit

Permalink
Fix the resource description for ServicePerimeterResource.accessconte…
Browse files Browse the repository at this point in the history
…xtmanager

Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Jul 3, 2024
1 parent d32fefc commit c75257f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/accesscontextmanager/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ func Configure(p *config.Provider) {
s.Optional = false
s.Computed = false
}
r.MetaResource.Description = "Allows configuring a single GCP resource that should be inside the 'status' block of a service perimeter."
})
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
openAPIV3Schema:
description: ServicePerimeterResource is the Schema for the ServicePerimeterResources
API. Allows configuring a single GCP resource that should be inside the
'status' block of a service perimeter.
properties:
apiVersion:
description: |-
Expand Down

0 comments on commit c75257f

Please sign in to comment.