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
4e114fd6
Commit
4e114fd6
authored
May 18, 2018
by
Haowei Cai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generated
parent
cd13c41d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
589 additions
and
17 deletions
+589
-17
swagger.json
api/openapi-spec/swagger.json
+246
-0
certificates.k8s.io_v1beta1.json
api/swagger-spec/certificates.k8s.io_v1beta1.json
+88
-0
operations.html
...api-reference/certificates.k8s.io/v1beta1/operations.html
+251
-15
definitions.html
.../api-reference/scheduling.k8s.io/v1beta1/definitions.html
+1
-1
operations.html
docs/api-reference/scheduling.k8s.io/v1beta1/operations.html
+1
-1
BUILD
pkg/registry/certificates/certificates/storage/BUILD
+1
-0
BUILD
...k8s.io/kube-aggregator/pkg/registry/apiservice/etcd/BUILD
+1
-0
No files found.
api/openapi-spec/swagger.json
View file @
4e114fd6
...
@@ -20984,6 +20984,41 @@
...
@@ -20984,6 +20984,41 @@
]
]
},
},
"/apis/apiregistration.k8s.io/v1/apiservices/{name}/status"
:
{
"/apis/apiregistration.k8s.io/v1/apiservices/{name}/status"
:
{
"get"
:
{
"description"
:
"read status of the specified APIService"
,
"consumes"
:
[
"*/*"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"apiregistration_v1"
],
"operationId"
:
"readApiregistrationV1APIServiceStatus"
,
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"get"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"apiregistration.k8s.io"
,
"kind"
:
"APIService"
,
"version"
:
"v1"
}
},
"put"
:
{
"put"
:
{
"description"
:
"replace status of the specified APIService"
,
"description"
:
"replace status of the specified APIService"
,
"consumes"
:
[
"consumes"
:
[
...
@@ -21035,6 +21070,53 @@
...
@@ -21035,6 +21070,53 @@
"version"
:
"v1"
"version"
:
"v1"
}
}
},
},
"patch"
:
{
"description"
:
"partially update status of the specified APIService"
,
"consumes"
:
[
"application/json-patch+json"
,
"application/merge-patch+json"
,
"application/strategic-merge-patch+json"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"apiregistration_v1"
],
"operationId"
:
"patchApiregistrationV1APIServiceStatus"
,
"parameters"
:
[
{
"name"
:
"body"
,
"in"
:
"body"
,
"required"
:
true
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"patch"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"apiregistration.k8s.io"
,
"kind"
:
"APIService"
,
"version"
:
"v1"
}
},
"parameters"
:
[
"parameters"
:
[
{
{
"uniqueItems"
:
true
,
"uniqueItems"
:
true
,
...
@@ -21793,6 +21875,41 @@
...
@@ -21793,6 +21875,41 @@
]
]
},
},
"/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status"
:
{
"/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status"
:
{
"get"
:
{
"description"
:
"read status of the specified APIService"
,
"consumes"
:
[
"*/*"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"apiregistration_v1beta1"
],
"operationId"
:
"readApiregistrationV1beta1APIServiceStatus"
,
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"get"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"apiregistration.k8s.io"
,
"kind"
:
"APIService"
,
"version"
:
"v1beta1"
}
},
"put"
:
{
"put"
:
{
"description"
:
"replace status of the specified APIService"
,
"description"
:
"replace status of the specified APIService"
,
"consumes"
:
[
"consumes"
:
[
...
@@ -21844,6 +21961,53 @@
...
@@ -21844,6 +21961,53 @@
"version"
:
"v1beta1"
"version"
:
"v1beta1"
}
}
},
},
"patch"
:
{
"description"
:
"partially update status of the specified APIService"
,
"consumes"
:
[
"application/json-patch+json"
,
"application/merge-patch+json"
,
"application/strategic-merge-patch+json"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"apiregistration_v1beta1"
],
"operationId"
:
"patchApiregistrationV1beta1APIServiceStatus"
,
"parameters"
:
[
{
"name"
:
"body"
,
"in"
:
"body"
,
"required"
:
true
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"patch"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"apiregistration.k8s.io"
,
"kind"
:
"APIService"
,
"version"
:
"v1beta1"
}
},
"parameters"
:
[
"parameters"
:
[
{
{
"uniqueItems"
:
true
,
"uniqueItems"
:
true
,
...
@@ -44754,6 +44918,41 @@
...
@@ -44754,6 +44918,41 @@
]
]
},
},
"/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status"
:
{
"/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status"
:
{
"get"
:
{
"description"
:
"read status of the specified CertificateSigningRequest"
,
"consumes"
:
[
"*/*"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"certificates_v1beta1"
],
"operationId"
:
"readCertificatesV1beta1CertificateSigningRequestStatus"
,
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"get"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"certificates.k8s.io"
,
"kind"
:
"CertificateSigningRequest"
,
"version"
:
"v1beta1"
}
},
"put"
:
{
"put"
:
{
"description"
:
"replace status of the specified CertificateSigningRequest"
,
"description"
:
"replace status of the specified CertificateSigningRequest"
,
"consumes"
:
[
"consumes"
:
[
...
@@ -44805,6 +45004,53 @@
...
@@ -44805,6 +45004,53 @@
"version"
:
"v1beta1"
"version"
:
"v1beta1"
}
}
},
},
"patch"
:
{
"description"
:
"partially update status of the specified CertificateSigningRequest"
,
"consumes"
:
[
"application/json-patch+json"
,
"application/merge-patch+json"
,
"application/strategic-merge-patch+json"
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"schemes"
:
[
"https"
],
"tags"
:
[
"certificates_v1beta1"
],
"operationId"
:
"patchCertificatesV1beta1CertificateSigningRequestStatus"
,
"parameters"
:
[
{
"name"
:
"body"
,
"in"
:
"body"
,
"required"
:
true
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"OK"
,
"schema"
:
{
"$ref"
:
"#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest"
}
},
"401"
:
{
"description"
:
"Unauthorized"
}
},
"x-kubernetes-action"
:
"patch"
,
"x-kubernetes-group-version-kind"
:
{
"group"
:
"certificates.k8s.io"
,
"kind"
:
"CertificateSigningRequest"
,
"version"
:
"v1beta1"
}
},
"parameters"
:
[
"parameters"
:
[
{
{
"uniqueItems"
:
true
,
"uniqueItems"
:
true
,
api/swagger-spec/certificates.k8s.io_v1beta1.json
View file @
4e114fd6
...
@@ -766,6 +766,45 @@
...
@@ -766,6 +766,45 @@
"operations"
:
[
"operations"
:
[
{
{
"type"
:
"v1beta1.CertificateSigningRequest"
,
"type"
:
"v1beta1.CertificateSigningRequest"
,
"method"
:
"GET"
,
"summary"
:
"read status of the specified CertificateSigningRequest"
,
"nickname"
:
"readCertificateSigningRequestStatus"
,
"parameters"
:
[
{
"type"
:
"string"
,
"paramType"
:
"query"
,
"name"
:
"pretty"
,
"description"
:
"If 'true', then the output is pretty printed."
,
"required"
:
false
,
"allowMultiple"
:
false
},
{
"type"
:
"string"
,
"paramType"
:
"path"
,
"name"
:
"name"
,
"description"
:
"name of the CertificateSigningRequest"
,
"required"
:
true
,
"allowMultiple"
:
false
}
],
"responseMessages"
:
[
{
"code"
:
200
,
"message"
:
"OK"
,
"responseModel"
:
"v1beta1.CertificateSigningRequest"
}
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"consumes"
:
[
"*/*"
]
},
{
"type"
:
"v1beta1.CertificateSigningRequest"
,
"method"
:
"PUT"
,
"method"
:
"PUT"
,
"summary"
:
"replace status of the specified CertificateSigningRequest"
,
"summary"
:
"replace status of the specified CertificateSigningRequest"
,
"nickname"
:
"replaceCertificateSigningRequestStatus"
,
"nickname"
:
"replaceCertificateSigningRequestStatus"
,
...
@@ -815,6 +854,55 @@
...
@@ -815,6 +854,55 @@
"consumes"
:
[
"consumes"
:
[
"*/*"
"*/*"
]
]
},
{
"type"
:
"v1beta1.CertificateSigningRequest"
,
"method"
:
"PATCH"
,
"summary"
:
"partially update status of the specified CertificateSigningRequest"
,
"nickname"
:
"patchCertificateSigningRequestStatus"
,
"parameters"
:
[
{
"type"
:
"string"
,
"paramType"
:
"query"
,
"name"
:
"pretty"
,
"description"
:
"If 'true', then the output is pretty printed."
,
"required"
:
false
,
"allowMultiple"
:
false
},
{
"type"
:
"v1.Patch"
,
"paramType"
:
"body"
,
"name"
:
"body"
,
"description"
:
""
,
"required"
:
true
,
"allowMultiple"
:
false
},
{
"type"
:
"string"
,
"paramType"
:
"path"
,
"name"
:
"name"
,
"description"
:
"name of the CertificateSigningRequest"
,
"required"
:
true
,
"allowMultiple"
:
false
}
],
"responseMessages"
:
[
{
"code"
:
200
,
"message"
:
"OK"
,
"responseModel"
:
"v1beta1.CertificateSigningRequest"
}
],
"produces"
:
[
"application/json"
,
"application/yaml"
,
"application/vnd.kubernetes.protobuf"
],
"consumes"
:
[
"application/json-patch+json"
,
"application/merge-patch+json"
,
"application/strategic-merge-patch+json"
]
}
}
]
]
},
},
...
...
docs/api-reference/certificates.k8s.io/v1beta1/operations.html
View file @
4e114fd6
This diff is collapsed.
Click to expand it.
docs/api-reference/scheduling.k8s.io/v1beta1/definitions.html
View file @
4e114fd6
...
@@ -1368,7 +1368,7 @@ Examples:<br>
...
@@ -1368,7 +1368,7 @@ Examples:<br>
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2018-04-24 19:23:14 UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
docs/api-reference/scheduling.k8s.io/v1beta1/operations.html
View file @
4e114fd6
...
@@ -1785,7 +1785,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
...
@@ -1785,7 +1785,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
<div
id=
"footer-text"
>
Last updated 2018-04-24 19:23:14 UTC
</div>
</div>
</div>
</div>
</body>
</body>
...
...
pkg/registry/certificates/certificates/storage/BUILD
View file @
4e114fd6
...
@@ -15,6 +15,7 @@ go_library(
...
@@ -15,6 +15,7 @@ go_library(
"//pkg/printers/internalversion:go_default_library",
"//pkg/printers/internalversion:go_default_library",
"//pkg/printers/storage:go_default_library",
"//pkg/printers/storage:go_default_library",
"//pkg/registry/certificates/certificates:go_default_library",
"//pkg/registry/certificates/certificates:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic/registry:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic/registry:go_default_library",
...
...
staging/src/k8s.io/kube-aggregator/pkg/registry/apiservice/etcd/BUILD
View file @
4e114fd6
...
@@ -10,6 +10,7 @@ go_library(
...
@@ -10,6 +10,7 @@ go_library(
srcs = ["etcd.go"],
srcs = ["etcd.go"],
importpath = "k8s.io/kube-aggregator/pkg/registry/apiservice/etcd",
importpath = "k8s.io/kube-aggregator/pkg/registry/apiservice/etcd",
deps = [
deps = [
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic/registry:go_default_library",
"//vendor/k8s.io/apiserver/pkg/registry/generic/registry:go_default_library",
...
...
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