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
9a998350
Commit
9a998350
authored
Nov 06, 2014
by
Clayton Coleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some examples do not pass extended validation
parent
ad92ff69
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
pod-list.json
api/examples/pod-list.json
+2
-2
pod-with-http-healthcheck.yaml
examples/walkthrough/pod-with-http-healthcheck.yaml
+1
-0
replication-controller.yaml
examples/walkthrough/replication-controller.yaml
+1
-1
No files found.
api/examples/pod-list.json
View file @
9a998350
...
...
@@ -6,7 +6,7 @@
"id"
:
"my-pod-1"
,
"labels"
:
{
"name"
:
"testRun"
,
"replication
C
ontroller"
:
"testRun"
"replication
c
ontroller"
:
"testRun"
},
"desiredState"
:
{
"manifest"
:
{
...
...
@@ -30,7 +30,7 @@
"id"
:
"my-pod-2"
,
"labels"
:
{
"name"
:
"testRun"
,
"replication
C
ontroller"
:
"testRun"
"replication
c
ontroller"
:
"testRun"
},
"desiredState"
:
{
"manifest"
:
{
...
...
examples/walkthrough/pod-with-http-healthcheck.yaml
View file @
9a998350
kind
:
Pod
apiVersion
:
v1beta1
id
:
pod-with-healthcheck
desiredState
:
manifest
:
version
:
v1beta1
...
...
examples/walkthrough/replication-controller.yaml
View file @
9a998350
...
...
@@ -22,4 +22,4 @@ desiredState:
# Important: these labels need to match the selector above
# The api server enforces this constraint.
labels
:
-
name
:
nginx
name
:
nginx
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