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
665f166c
Commit
665f166c
authored
May 29, 2018
by
Michael Taufen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused status per TODO
This should have been deleted in #63221, as it is now unused.
parent
10b9fd3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
status.go
pkg/kubelet/kubeletconfig/status/status.go
+0
-4
No files found.
pkg/kubelet/kubeletconfig/status/status.go
View file @
665f166c
...
@@ -37,10 +37,6 @@ const (
...
@@ -37,10 +37,6 @@ const (
// AllNilSubfieldsError is used when no subfields are set
// AllNilSubfieldsError is used when no subfields are set
// This could happen in the case that an old client tries to read an object from a newer API server with a set subfield it does not know about
// This could happen in the case that an old client tries to read an object from a newer API server with a set subfield it does not know about
AllNilSubfieldsError
=
"invalid NodeConfigSource, exactly one subfield must be non-nil, but all were nil"
AllNilSubfieldsError
=
"invalid NodeConfigSource, exactly one subfield must be non-nil, but all were nil"
// UIDMismatchErrorFmt is used when there is a UID mismatch between the referenced and downloaded ConfigMaps,
// this can happen because objects must be downloaded by namespace/name, rather than by UID
// TODO(mtaufen): remove this in #63221
UIDMismatchErrorFmt
=
"invalid ConfigSource.ConfigMap.UID: %s does not match %s.UID: %s"
// DownloadError is used when the download fails, e.g. due to network issues
// DownloadError is used when the download fails, e.g. due to network issues
DownloadError
=
"failed to download config, see Kubelet log for details"
DownloadError
=
"failed to download config, see Kubelet log for details"
// InternalError indicates that some internal error happened while trying to sync config, e.g. filesystem issues
// InternalError indicates that some internal error happened while trying to sync config, e.g. filesystem issues
...
...
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