Skip to content

Commit

Permalink
fix: remove PodSecurityPolicy field (#1492)
Browse files Browse the repository at this point in the history
PodSecurityPolicy has been removed.
  • Loading branch information
nikpivkin authored Nov 8, 2023
1 parent bea2dc8 commit dc46442
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/providers/google/gke/gke.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ type Cluster struct {
PrivateCluster PrivateCluster
LoggingService defsecTypes.StringValue
MonitoringService defsecTypes.StringValue
PodSecurityPolicy PodSecurityPolicy
MasterAuth MasterAuth
NodeConfig NodeConfig
EnableShieldedNodes defsecTypes.BoolValue
Expand Down Expand Up @@ -52,11 +51,6 @@ type ClientCertificate struct {
IssueCertificate defsecTypes.BoolValue
}

type PodSecurityPolicy struct {
Metadata defsecTypes.Metadata
Enabled defsecTypes.BoolValue
}

type PrivateCluster struct {
Metadata defsecTypes.Metadata
EnablePrivateNodes defsecTypes.BoolValue
Expand Down

0 comments on commit dc46442

Please sign in to comment.