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
20bf575e
Commit
20bf575e
authored
Mar 29, 2017
by
supereagle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix deleted typos
parent
47320fd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
util.go
pkg/api/pod/util.go
+2
-2
util.go
pkg/api/v1/pod/util.go
+2
-2
No files found.
pkg/api/pod/util.go
View file @
20bf575e
...
@@ -19,11 +19,11 @@ package pod
...
@@ -19,11 +19,11 @@ package pod
import
"k8s.io/kubernetes/pkg/api"
import
"k8s.io/kubernetes/pkg/api"
const
(
const
(
// TODO: to be de
!
eted after v1.3 is released. PodSpec has a dedicated Hostname field.
// TODO: to be de
l
eted after v1.3 is released. PodSpec has a dedicated Hostname field.
// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1'
// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1'
PodHostnameAnnotation
=
"pod.beta.kubernetes.io/hostname"
PodHostnameAnnotation
=
"pod.beta.kubernetes.io/hostname"
// TODO: to be de
!
eted after v1.3 is released. PodSpec has a dedicated Subdomain field.
// TODO: to be de
l
eted after v1.3 is released. PodSpec has a dedicated Subdomain field.
// The annotation value is a string specifying the subdomain e.g. "my-web-service"
// The annotation value is a string specifying the subdomain e.g. "my-web-service"
// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to
// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to
// the pod's IP.
// the pod's IP.
...
...
pkg/api/v1/pod/util.go
View file @
20bf575e
...
@@ -25,11 +25,11 @@ import (
...
@@ -25,11 +25,11 @@ import (
)
)
const
(
const
(
// TODO: to be de
!
eted after v1.3 is released. PodSpec has a dedicated Hostname field.
// TODO: to be de
l
eted after v1.3 is released. PodSpec has a dedicated Hostname field.
// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1'
// The annotation value is a string specifying the hostname to be used for the pod e.g 'my-webserver-1'
PodHostnameAnnotation
=
"pod.beta.kubernetes.io/hostname"
PodHostnameAnnotation
=
"pod.beta.kubernetes.io/hostname"
// TODO: to be de
!
eted after v1.3 is released. PodSpec has a dedicated Subdomain field.
// TODO: to be de
l
eted after v1.3 is released. PodSpec has a dedicated Subdomain field.
// The annotation value is a string specifying the subdomain e.g. "my-web-service"
// The annotation value is a string specifying the subdomain e.g. "my-web-service"
// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to
// If specified, on the pod itself, "<hostname>.my-web-service.<namespace>.svc.<cluster domain>" would resolve to
// the pod's IP.
// the pod's IP.
...
...
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