Skip to content

Commit

Permalink
Merge pull request #995 from ckandag/gcp-psc
Browse files Browse the repository at this point in the history
Model updates for GCP Private Service Connect feature
  • Loading branch information
renan-campos authored Oct 4, 2024
2 parents 9c855ca + 48418e5 commit 47f842f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions model/clusters_mgmt/v1/gcp_private_service_connect_type.model
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
Copyright (c) 2024 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// Google cloud platform private service connect configuration of a cluster.
struct GcpPrivateServiceConnect {
// The name of the subnet where the PSC service attachment is created
ServiceAttachmentSubnet String
}
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/gcp_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ struct GCP {
Security GcpSecurity
// GCP Authentication Method
Authentication GcpAuthentication
// GCP PrivateServiceConnect configuration
PrivateServiceConnect GcpPrivateServiceConnect

}

0 comments on commit 47f842f

Please sign in to comment.