Skip to content

Commit

Permalink
Merge pull request #319 from rohitsakala/remove-global-dns
Browse files Browse the repository at this point in the history
Remove GlobalDNS related codebase
  • Loading branch information
caliskanugur authored Oct 18, 2024
2 parents 687a861 + 4e444e8 commit 987c6c4
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 421 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ type Client struct {
ClusterCatalog ClusterCatalogOperations
MultiClusterApp MultiClusterAppOperations
MultiClusterAppRevision MultiClusterAppRevisionOperations
GlobalDns GlobalDnsOperations
GlobalDnsProvider GlobalDnsProviderOperations
KontainerDriver KontainerDriverOperations
EtcdBackup EtcdBackupOperations
CloudCredential CloudCredentialOperations
Expand Down Expand Up @@ -106,8 +104,6 @@ func NewClient(opts *clientbase.ClientOpts) (*Client, error) {
client.ClusterCatalog = newClusterCatalogClient(client)
client.MultiClusterApp = newMultiClusterAppClient(client)
client.MultiClusterAppRevision = newMultiClusterAppRevisionClient(client)
client.GlobalDns = newGlobalDnsClient(client)
client.GlobalDnsProvider = newGlobalDnsProviderClient(client)
client.KontainerDriver = newKontainerDriverClient(client)
client.EtcdBackup = newEtcdBackupClient(client)
client.CloudCredential = newCloudCredentialClient(client)
Expand Down

This file was deleted.

152 changes: 0 additions & 152 deletions clients/rancher/generated/management/v3/zz_generated_global_dns.go

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 987c6c4

Please sign in to comment.