Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
20e55806
Commit
20e55806
authored
Apr 24, 2017
by
Madhusudan.C.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review comments.
parent
e0ca8abb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dns.go
federation/pkg/dnsprovider/dns.go
+1
-1
rrsets_service.go
...roviders/google/clouddns/internal/stubs/rrsets_service.go
+1
-1
No files found.
federation/pkg/dnsprovider/dns.go
View file @
20e55806
...
...
@@ -55,7 +55,7 @@ type ResourceRecordSets interface {
// Get returns the ResourceRecordSet list with the name in the Zone.
// This is a list because there might be multiple records of different
// types for a given name. If the named resource record sets do not
// exist, but no error occurred, the returned
set will be an empty set
// exist, but no error occurred, the returned
record set will be empty
// and error will be nil.
Get
(
name
string
)
([]
ResourceRecordSet
,
error
)
// New allocates a new ResourceRecordSet, which can then be passed to ResourceRecordChangeset Add() or Remove()
...
...
federation/pkg/dnsprovider/providers/google/clouddns/internal/stubs/rrsets_service.go
View file @
20e55806
...
...
@@ -40,7 +40,7 @@ func (s ResourceRecordSetsService) managedZone(project, managedZone string) (*Ma
if
z
==
nil
{
return
nil
,
fmt
.
Errorf
(
"Zone %s not found in project %s"
,
managedZone
,
project
)
}
return
s
.
Service
.
ManagedZones_
.
Impl
[
project
][
managedZone
]
.
(
*
ManagedZone
),
nil
return
z
.
(
*
ManagedZone
),
nil
}
func
(
s
ResourceRecordSetsService
)
List
(
project
string
,
managedZone
string
)
interfaces
.
ResourceRecordSetsListCall
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment