Merge branch 'master' into redirect-production-pods

reviewable/pr2226/r1
Steve Perry 2017-01-17 11:19:14 -08:00 committed by GitHub
commit 416ab397a7
4024 changed files with 21694 additions and 9574 deletions

2
.gitignore vendored
View File

@ -22,3 +22,5 @@ Session.vim
*~
# auto-generated tag files
tags
kubernetes.github.io.iml

View File

@ -10,6 +10,12 @@ install:
- go get -t -v k8s.io/kubernetes.github.io/test
- git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check
- go get -t -v k8s.io/md-check
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/
script:
- go test -v k8s.io/kubernetes.github.io/test

View File

@ -6,17 +6,17 @@ toc:
- title: "Kubernetes Resource Types (New Docs Style)"
section:
- title: Version 1.5
path: /docs/resources-reference/1_5/
path: /docs/resources-reference/v1.5/
- title: "Kubernetes API (New Docs Style)"
section:
- title: Version 1.5
path: /docs/api-reference/1_5/
path: /docs/api-reference/v1.5/
- title: "Kubectl Commands (New Docs Style)"
section:
- title: Version 1.5
path: /docs/user-guide/kubectl/1_5/
path: /docs/user-guide/kubectl/v1.5/
- title: Kubernetes API
section:

View File

@ -1,16 +0,0 @@
## APIGroupList unversioned
Group | Version | Kind
------------ | ---------- | -----------
Core | unversioned | APIGroupList
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Field | Description
------------ | -----------
groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup.

View File

@ -1,17 +0,0 @@
## Binding v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | Binding
Binding ties one object to another. For example, a pod is bound to a node by a scheduler.
Field | Description
------------ | -----------
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object.

View File

@ -1,17 +0,0 @@
## CertificateSigningRequestList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Certificates | v1alpha1 | CertificateSigningRequestList
Field | Description
------------ | -----------
items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* |
metadata <br /> *[ListMeta](#listmeta-unversioned)* |

View File

@ -1,17 +0,0 @@
## ClusterRoleBindingList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
RbacAuthorization | v1alpha1 | ClusterRoleBindingList
ClusterRoleBindingList is a collection of ClusterRoleBindings
Field | Description
------------ | -----------
items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -1,17 +0,0 @@
## ClusterRoleList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1alpha1 | ClusterRoleList
ClusterRoleList is a collection of ClusterRoles
Field | Description
------------ | -----------
items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -1,17 +0,0 @@
## ComponentStatusList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | ComponentStatusList
Status of all the conditions for the component as a list of ComponentStatus objects.
Field | Description
------------ | -----------
items <br /> *[ComponentStatus](#componentstatus-v1) array* | List of ComponentStatus objects.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## ConfigMapList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | ConfigMapList
ConfigMapList is a resource containing a list of ConfigMap objects.
Field | Description
------------ | -----------
items <br /> *[ConfigMap](#configmap-v1) array* | Items is the list of ConfigMaps.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## CronJobList v2alpha1
Group | Version | Kind
------------ | ---------- | -----------
Batch | v2alpha1 | CronJobList
CronJobList is a collection of cron jobs.
Field | Description
------------ | -----------
items <br /> *[CronJob](#cronjob-v2alpha1) array* | Items is the list of CronJob.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## DaemonSetList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | DaemonSetList
DaemonSetList is a collection of daemon sets.
Field | Description
------------ | -----------
items <br /> *[DaemonSet](#daemonset-v1beta1) array* | Items is a list of daemon sets.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## DeploymentList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | DeploymentList
DeploymentList is a list of Deployments.
Field | Description
------------ | -----------
items <br /> *[Deployment](#deployment-v1beta1) array* | Items is the list of Deployments.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata.

View File

@ -1,18 +0,0 @@
## DeploymentRollback v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | DeploymentRollback
DeploymentRollback stores the information required to rollback a deployment.
Field | Description
------------ | -----------
name <br /> *string* | Required: This must match the Name of a deployment.
rollbackTo <br /> *[RollbackConfig](#rollbackconfig-v1beta1)* | The config of this deployment rollback.
updatedAnnotations <br /> *object* | The annotations to be updated to a deployment

View File

@ -1,17 +0,0 @@
## EndpointsList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | EndpointsList
EndpointsList is a list of endpoints.
Field | Description
------------ | -----------
items <br /> *[Endpoints](#endpoints-v1) array* | List of endpoints.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## EventList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | EventList
EventList is a list of events.
Field | Description
------------ | -----------
items <br /> *[Event](#event-v1) array* | List of events
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,31 +0,0 @@
-----------
# IngressList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | IngressList
IngressList is a collection of Ingress.
Field | Description
------------ | -----------
items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## IngressList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | IngressList
IngressList is a collection of Ingress.
Field | Description
------------ | -----------
items <br /> *[Ingress](#ingress-v1beta1) array* | Items is the list of Ingress.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## JobList v1
Group | Version | Kind
------------ | ---------- | -----------
Batch | v1 | JobList
<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1beta1">v1beta1</a> <a href="#joblist-v2alpha1">v2alpha1</a> </aside>
JobList is a collection of jobs.
Field | Description
------------ | -----------
items <br /> *[Job](#job-v1) array* | Items is the list of Job.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## JobList v2alpha1
Group | Version | Kind
------------ | ---------- | -----------
Batch | v2alpha1 | JobList
<aside class="notice">Other api versions of this object exist: <a href="#joblist-v1">v1</a> <a href="#joblist-v1beta1">v1beta1</a> </aside>
JobList is a collection of jobs.
Field | Description
------------ | -----------
items <br /> *[Job](#job-v2alpha1) array* | Items is the list of Job.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## LimitRangeList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | LimitRangeList
LimitRangeList is a list of LimitRange items.
Field | Description
------------ | -----------
items <br /> *[LimitRange](#limitrange-v1) array* | Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## NamespaceList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | NamespaceList
NamespaceList is a list of Namespaces.
Field | Description
------------ | -----------
items <br /> *[Namespace](#namespace-v1) array* | Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## NetworkPolicyList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Extensions | v1beta1 | NetworkPolicyList
Network Policy List is a list of NetworkPolicy objects.
Field | Description
------------ | -----------
items <br /> *[NetworkPolicy](#networkpolicy-v1beta1) array* | Items is a list of schema objects.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,31 +0,0 @@
-----------
# NodeList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | NodeList
NodeList is the whole list of all Nodes which have been registered with master.
Field | Description
------------ | -----------
items <br /> *[Node](#node-v1) array* | List of nodes
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## NodeList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | NodeList
NodeList is the whole list of all Nodes which have been registered with master.
Field | Description
------------ | -----------
items <br /> *[Node](#node-v1) array* | List of nodes
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## PersistentVolumeList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | PersistentVolumeList
PersistentVolumeList is a list of PersistentVolume items.
Field | Description
------------ | -----------
items <br /> *[PersistentVolume](#persistentvolume-v1) array* | List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,20 +0,0 @@
## PersistentVolumeSpec v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | PersistentVolumeSpec
PersistentVolumeSpec is the specification of a persistent volume.
<aside class="notice">
Appears In <a href="#persistentvolume-v1">PersistentVolume</a> </aside>
Field | Description
------------ | -----------
accessModes <br /> *string array* | AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes
capacity <br /> *object* | A description of the persistent volume's resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity
claimRef <br /> *[ObjectReference](#objectreference-v1)* | ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding
persistentVolumeReclaimPolicy <br /> *string* | What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy

View File

@ -1,17 +0,0 @@
## PodDisruptionBudgetList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | PodDisruptionBudgetList
PodDisruptionBudgetList is a collection of PodDisruptionBudgets.
Field | Description
------------ | -----------
items <br /> *[PodDisruptionBudget](#poddisruptionbudget-v1beta1) array* |
metadata <br /> *[ListMeta](#listmeta-unversioned)* |

View File

@ -1,17 +0,0 @@
## PodList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | PodList
PodList is a list of Pods.
Field | Description
------------ | -----------
items <br /> *[Pod](#pod-v1) array* | List of pods. More info: http://kubernetes.io/docs/user-guide/pods
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## PodTemplateList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | PodTemplateList
PodTemplateList is a list of PodTemplates.
Field | Description
------------ | -----------
items <br /> *[PodTemplate](#podtemplate-v1) array* | List of pod templates
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## ReplicaSetList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | ReplicaSetList
ReplicaSetList is a collection of ReplicaSets.
Field | Description
------------ | -----------
items <br /> *[ReplicaSet](#replicaset-v1beta1) array* | List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,18 +0,0 @@
## Role v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
RbacAuthorization | v1alpha1 | Role
Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.
<aside class="notice">
Appears In <a href="#rolelist-v1alpha1">RoleList</a> </aside>
Field | Description
------------ | -----------
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata.
rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this Role

View File

@ -1,31 +0,0 @@
-----------
# RoleBindingList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1alpha1 | RoleBindingList
RoleBindingList is a collection of RoleBindings
Field | Description
------------ | -----------
items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -1,17 +0,0 @@
## RoleBindingList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1alpha1 | RoleBindingList
RoleBindingList is a collection of RoleBindings
Field | Description
------------ | -----------
items <br /> *[RoleBinding](#rolebinding-v1alpha1) array* | Items is a list of RoleBindings
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -1,97 +0,0 @@
-----------
# RoleList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
RbacAuthorization | v1alpha1 | RoleList
RoleList is a collection of Roles
Field | Description
------------ | -----------
items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.
## <strong>Read Operations</strong>
See supported operations below...
## Watch
>bdocs-tab:kubectl `kubectl` Command
```bdocs-tab:kubectl_shell
Coming Soon
```
>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*)
```bdocs-tab:curl_shell
Coming Soon
```
>bdocs-tab:kubectl Output
```bdocs-tab:kubectl_json
Coming Soon
```
>bdocs-tab:curl Response Body
```bdocs-tab:curl_json
Coming Soon
```
watch individual changes to a list of Role
### HTTP Request
`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles`
### Path Parameters
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
namespace | object name and auth scope, such as for teams and projects
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
------------ | -----------
200 <br /> *[Event](#event-versioned)* | OK

View File

@ -1,17 +0,0 @@
## RoleList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
RbacAuthorization | v1alpha1 | RoleList
RoleList is a collection of Roles
Field | Description
------------ | -----------
items <br /> *[Role](#role-v1alpha1) array* | Items is a list of Roles
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -1,97 +0,0 @@
-----------
# SecretList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | SecretList
SecretList is a list of Secret.
Field | Description
------------ | -----------
items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
## <strong>Read Operations</strong>
See supported operations below...
## Watch
>bdocs-tab:kubectl `kubectl` Command
```bdocs-tab:kubectl_shell
Coming Soon
```
>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*)
```bdocs-tab:curl_shell
Coming Soon
```
>bdocs-tab:kubectl Output
```bdocs-tab:kubectl_json
Coming Soon
```
>bdocs-tab:curl Response Body
```bdocs-tab:curl_json
Coming Soon
```
watch individual changes to a list of Secret
### HTTP Request
`GET /api/v1/watch/namespaces/{namespace}/secrets`
### Path Parameters
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
namespace | object name and auth scope, such as for teams and projects
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
------------ | -----------
200 <br /> *[Event](#event-versioned)* | OK

View File

@ -1,17 +0,0 @@
## SecretList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | SecretList
SecretList is a list of Secret.
Field | Description
------------ | -----------
items <br /> *[Secret](#secret-v1) array* | Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## ServiceAccountList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | ServiceAccountList
ServiceAccountList is a list of ServiceAccount objects
Field | Description
------------ | -----------
items <br /> *[ServiceAccount](#serviceaccount-v1) array* | List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## ServiceList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | ServiceList
ServiceList holds a list of services.
Field | Description
------------ | -----------
items <br /> *[Service](#service-v1) array* | List of services
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -1,17 +0,0 @@
## StatefulSetList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Apps | v1beta1 | StatefulSetList
StatefulSetList is a collection of StatefulSets.
Field | Description
------------ | -----------
items <br /> *[StatefulSet](#statefulset-v1beta1) array* |
metadata <br /> *[ListMeta](#listmeta-unversioned)* |

View File

@ -1,31 +0,0 @@
-----------
# StorageClassList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | StorageClassList
StorageClassList is a collection of storage classes.
Field | Description
------------ | -----------
items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,17 +0,0 @@
## StorageClassList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | StorageClassList
StorageClassList is a collection of storage classes.
Field | Description
------------ | -----------
items <br /> *[StorageClass](#storageclass-v1beta1) array* | Items is the list of StorageClasses
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

View File

@ -1,31 +0,0 @@
-----------
# ThirdPartyResourceList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | ThirdPartyResourceList
ThirdPartyResourceList is a list of ThirdPartyResources.
Field | Description
------------ | -----------
items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata.

View File

@ -1,17 +0,0 @@
## ThirdPartyResourceList v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | ThirdPartyResourceList
ThirdPartyResourceList is a list of ThirdPartyResources.
Field | Description
------------ | -----------
items <br /> *[ThirdPartyResource](#thirdpartyresource-v1beta1) array* | Items is the list of ThirdPartyResources.
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard list metadata.

View File

@ -1,17 +0,0 @@
## Volume v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | Volume
Volume represents a named volume in a pod that may be accessed by any container in the pod.
<aside class="notice">
Appears In <a href="#podspec-v1">PodSpec</a> </aside>
Field | Description
------------ | -----------
name <br /> *string* | Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside>
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
name <br /> *string* | name is the name of the group.
preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version.
serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
@ -34,7 +36,9 @@ versions <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversione
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -13,6 +13,8 @@ Appears In <a href="#apigrouplist-unversioned">APIGroupList</a> </aside>
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
name <br /> *string* | name is the name of the group.
preferredVersion <br /> *[GroupVersionForDiscovery](#groupversionfordiscovery-unversioned)* | preferredVersion is the version preferred by the API server, which probably is the storage version.
serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.

View File

@ -0,0 +1,32 @@
-----------
# APIGroupList unversioned
Group | Version | Kind
------------ | ---------- | -----------
Core | unversioned | APIGroupList
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -0,0 +1,18 @@
## APIGroupList unversioned
Group | Version | Kind
------------ | ---------- | -----------
Core | unversioned | APIGroupList
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groups <br /> *[APIGroup](#apigroup-unversioned) array* | groups is a list of APIGroup.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

View File

@ -33,7 +33,9 @@ namespaced <br /> *boolean* | namespaced indicates if a resource is namespaced
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced.

View File

@ -21,7 +21,9 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced.

View File

@ -12,6 +12,8 @@ APIResourceList is a list of APIResource, it is used to expose the name of the r
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
groupVersion <br /> *string* | groupVersion is the group and version this APIResourceList is for.
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
resources <br /> *[APIResource](#apiresource-unversioned) array* | resources contains the name of the resources and if they are namespaced.

View File

@ -21,6 +21,8 @@ APIVersions lists the versions that are available, to allow clients to discover
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
versions <br /> *string array* | versions are the api versions that are available.

View File

@ -12,6 +12,8 @@ APIVersions lists the versions that are available, to allow clients to discover
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
serverAddressByClientCIDRs <br /> *[ServerAddressByClientCIDR](#serveraddressbyclientcidr-unversioned) array* | a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.
versions <br /> *string array* | versions are the api versions that are available.

View File

@ -0,0 +1,36 @@
-----------
# AWSElasticBlockStoreVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AWSElasticBlockStoreVolumeSource
Represents a Persistent Disk resource in AWS.
An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore
partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore
volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

View File

@ -0,0 +1,22 @@
## AWSElasticBlockStoreVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AWSElasticBlockStoreVolumeSource
Represents a Persistent Disk resource in AWS.
An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
fsType <br /> *string* | Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore
partition <br /> *integer* | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
readOnly <br /> *boolean* | Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore
volumeID <br /> *string* | Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

View File

@ -0,0 +1,35 @@
-----------
# AzureDiskVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AzureDiskVolumeSource
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write.
diskName <br /> *string* | The Name of the data disk in the blob storage
diskURI <br /> *string* | The URI the data disk in the blob storage
fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

View File

@ -0,0 +1,21 @@
## AzureDiskVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AzureDiskVolumeSource
AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
cachingMode <br /> *string* | Host Caching mode: None, Read Only, Read Write.
diskName <br /> *string* | The Name of the data disk in the blob storage
diskURI <br /> *string* | The URI the data disk in the blob storage
fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

View File

@ -0,0 +1,33 @@
-----------
# AzureFileVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AzureFileVolumeSource
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key
shareName <br /> *string* | Share Name

View File

@ -0,0 +1,19 @@
## AzureFileVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | AzureFileVolumeSource
AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
readOnly <br /> *boolean* | Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
secretName <br /> *string* | the name of secret that contains Azure Storage Account Name and Key
shareName <br /> *string* | Share Name

View File

@ -21,6 +21,8 @@ Binding ties one object to another. For example, a pod is bound to a node by a s
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object.
@ -77,10 +79,19 @@ create a Binding
Parameter | Description
------------ | -----------
body <br /> *[Binding](#binding-v1)* |
namespace | object name and auth scope, such as for teams and projects
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[Binding](#binding-v1)* |
### Response

View File

@ -0,0 +1,19 @@
## Binding v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | Binding
Binding ties one object to another. For example, a pod is bound to a node by a scheduler.
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata
target <br /> *[ObjectReference](#objectreference-v1)* | The target object that you want to bind to the standard object.

View File

@ -0,0 +1,36 @@
-----------
# CephFSVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | CephFSVolumeSource
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is /
readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

View File

@ -0,0 +1,22 @@
## CephFSVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | CephFSVolumeSource
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
monitors <br /> *string array* | Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
path <br /> *string* | Optional: Used as the mounted root, rather than the full Ceph tree, default is /
readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
secretFile <br /> *string* | Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
secretRef <br /> *[LocalObjectReference](#localobjectreference-v1)* | Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it
user <br /> *string* | Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

View File

@ -22,6 +22,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigningR
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* |
spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information.
status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request.
@ -55,7 +57,9 @@ conditions <br /> *[CertificateSigningRequestCondition](#certificatesigningreque
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* |
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* |
@ -106,13 +110,14 @@ create a CertificateSigningRequest
`POST /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests`
### Path Parameters
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
### Body Parameters
Parameter | Description
------------ | -----------
@ -171,10 +176,15 @@ replace the specified CertificateSigningRequest
Parameter | Description
------------ | -----------
name | name of the CertificateSigningRequest
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* |
@ -232,10 +242,15 @@ partially update the specified CertificateSigningRequest
Parameter | Description
------------ | -----------
name | name of the CertificateSigningRequest
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[Patch](#patch-unversioned)* |
@ -293,16 +308,21 @@ delete a CertificateSigningRequest
Parameter | Description
------------ | -----------
name | name of the CertificateSigningRequest
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
pretty | If 'true', then the output is pretty printed.
gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
### Response
Code | Description
@ -351,22 +371,19 @@ delete collection of CertificateSigningRequest
`DELETE /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -425,15 +442,16 @@ read the specified CertificateSigningRequest
Parameter | Description
------------ | -----------
name | name of the CertificateSigningRequest
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
exact | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'
export | Should this value be exported. Export strips fields that a user can not specify.
### Response
Code | Description
@ -482,22 +500,19 @@ list or watch objects of kind CertificateSigningRequest
`GET /apis/certificates.k8s.io/v1alpha1/certificatesigningrequests`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -548,11 +563,16 @@ watch changes to an object of kind CertificateSigningRequest
### Path Parameters
Parameter | Description
------------ | -----------
name | name of the CertificateSigningRequest
### Query Parameters
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
name | name of the CertificateSigningRequest
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.

View File

@ -13,6 +13,8 @@ Appears In <a href="#certificatesigningrequestlist-v1alpha1">CertificateSigning
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* |
spec <br /> *[CertificateSigningRequestSpec](#certificatesigningrequestspec-v1alpha1)* | The certificate request itself and any additional information.
status <br /> *[CertificateSigningRequestStatus](#certificatesigningrequeststatus-v1alpha1)* | Derived information about the request.

View File

@ -21,7 +21,9 @@ Certificates | v1alpha1 | CertificateSigningRequestList
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* |
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* |
@ -73,7 +75,8 @@ watch individual changes to a list of CertificateSigningRequest
`GET /apis/certificates.k8s.io/v1alpha1/watch/certificatesigningrequests`
### Path Parameters
### Query Parameters
Parameter | Description
------------ | -----------

View File

@ -0,0 +1,19 @@
## CertificateSigningRequestList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Certificates | v1alpha1 | CertificateSigningRequestList
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1) array* |
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* |

View File

@ -78,10 +78,19 @@ replace status of the specified CertificateSigningRequest
Parameter | Description
------------ | -----------
body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* |
name | name of the CertificateSigningRequest
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[CertificateSigningRequest](#certificatesigningrequest-v1alpha1)* |
### Response

View File

@ -0,0 +1,33 @@
-----------
# CinderVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | CinderVolumeSource
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

View File

@ -0,0 +1,19 @@
## CinderVolumeSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | CinderVolumeSource
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
<aside class="notice">
Appears In <a href="#persistentvolumespec-v1">PersistentVolumeSpec</a> <a href="#volume-v1">Volume</a> </aside>
Field | Description
------------ | -----------
fsType <br /> *string* | Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
readOnly <br /> *boolean* | Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
volumeID <br /> *string* | volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

View File

@ -22,6 +22,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside>
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata.
rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole
@ -32,7 +34,9 @@ rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the P
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[ClusterRole](#clusterrole-v1alpha1) array* | Items is a list of ClusterRoles
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.
@ -83,13 +87,14 @@ create a ClusterRole
`POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles`
### Path Parameters
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
### Body Parameters
Parameter | Description
------------ | -----------
@ -148,10 +153,15 @@ replace the specified ClusterRole
Parameter | Description
------------ | -----------
name | name of the ClusterRole
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[ClusterRole](#clusterrole-v1alpha1)* |
@ -209,10 +219,15 @@ partially update the specified ClusterRole
Parameter | Description
------------ | -----------
name | name of the ClusterRole
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[Patch](#patch-unversioned)* |
@ -270,16 +285,21 @@ delete a ClusterRole
Parameter | Description
------------ | -----------
name | name of the ClusterRole
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
pretty | If 'true', then the output is pretty printed.
gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
### Response
Code | Description
@ -328,22 +348,19 @@ delete collection of ClusterRole
`DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -402,6 +419,11 @@ read the specified ClusterRole
Parameter | Description
------------ | -----------
name | name of the ClusterRole
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
@ -453,22 +475,19 @@ list or watch objects of kind ClusterRole
`GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterroles`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -521,64 +540,9 @@ watch changes to an object of kind ClusterRole
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
name | name of the ClusterRole
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
------------ | -----------
200 <br /> *[Event](#event-versioned)* | OK
## Watch List
>bdocs-tab:kubectl `kubectl` Command
```bdocs-tab:kubectl_shell
Coming Soon
```
>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*)
```bdocs-tab:curl_shell
Coming Soon
```
>bdocs-tab:kubectl Output
```bdocs-tab:kubectl_json
Coming Soon
```
>bdocs-tab:curl Response Body
```bdocs-tab:curl_json
Coming Soon
```
watch individual changes to a list of ClusterRole
### HTTP Request
`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles`
### Path Parameters
### Query Parameters
Parameter | Description
------------ | -----------

View File

@ -13,6 +13,8 @@ Appears In <a href="#clusterrolelist-v1alpha1">ClusterRoleList</a> </aside>
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata.
rules <br /> *[PolicyRule](#policyrule-v1alpha1) array* | Rules holds all the PolicyRules for this ClusterRole

View File

@ -22,6 +22,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a>
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata.
roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to.
@ -33,7 +35,9 @@ subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds reference
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.
@ -84,13 +88,14 @@ create a ClusterRoleBinding
`POST /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings`
### Path Parameters
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
### Body Parameters
Parameter | Description
------------ | -----------
@ -149,10 +154,15 @@ replace the specified ClusterRoleBinding
Parameter | Description
------------ | -----------
name | name of the ClusterRoleBinding
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1)* |
@ -210,10 +220,15 @@ partially update the specified ClusterRoleBinding
Parameter | Description
------------ | -----------
name | name of the ClusterRoleBinding
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[Patch](#patch-unversioned)* |
@ -271,16 +286,21 @@ delete a ClusterRoleBinding
Parameter | Description
------------ | -----------
name | name of the ClusterRoleBinding
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
pretty | If 'true', then the output is pretty printed.
gracePeriodSeconds | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
orphanDependents | Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list.
### Body Parameters
Parameter | Description
------------ | -----------
body <br /> *[DeleteOptions](#deleteoptions-v1)* |
### Response
Code | Description
@ -329,22 +349,19 @@ delete collection of ClusterRoleBinding
`DELETE /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -403,6 +420,11 @@ read the specified ClusterRoleBinding
Parameter | Description
------------ | -----------
name | name of the ClusterRoleBinding
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
@ -454,22 +476,19 @@ list or watch objects of kind ClusterRoleBinding
`GET /apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings`
### Path Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
### Query Parameters
Parameter | Description
------------ | -----------
pretty | If 'true', then the output is pretty printed.
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
@ -520,11 +539,77 @@ watch changes to an object of kind ClusterRoleBinding
### Path Parameters
Parameter | Description
------------ | -----------
name | name of the ClusterRoleBinding
### Query Parameters
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.
watch | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
### Response
Code | Description
------------ | -----------
200 <br /> *[Event](#event-versioned)* | OK
## Watch List
>bdocs-tab:kubectl `kubectl` Command
```bdocs-tab:kubectl_shell
Coming Soon
```
>bdocs-tab:curl `curl` Command (*requires `kubectl proxy` to be running*)
```bdocs-tab:curl_shell
Coming Soon
```
>bdocs-tab:kubectl Output
```bdocs-tab:kubectl_json
Coming Soon
```
>bdocs-tab:curl Response Body
```bdocs-tab:curl_json
Coming Soon
```
watch individual changes to a list of ClusterRoleBinding
### HTTP Request
`GET /apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings`
### Query Parameters
Parameter | Description
------------ | -----------
fieldSelector | A selector to restrict the list of returned objects by their fields. Defaults to everything.
labelSelector | A selector to restrict the list of returned objects by their labels. Defaults to everything.
name | name of the ClusterRoleBinding
pretty | If 'true', then the output is pretty printed.
resourceVersion | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
timeoutSeconds | Timeout for the list/watch call.

View File

@ -13,6 +13,8 @@ Appears In <a href="#clusterrolebindinglist-v1alpha1">ClusterRoleBindingList</a
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ObjectMeta](#objectmeta-v1)* | Standard object's metadata.
roleRef <br /> *[RoleRef](#roleref-v1alpha1)* | RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
subjects <br /> *[Subject](#subject-v1alpha1) array* | Subjects holds references to the objects the role applies to.

View File

@ -0,0 +1,33 @@
-----------
# ClusterRoleBindingList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1alpha1 | ClusterRoleBindingList
ClusterRoleBindingList is a collection of ClusterRoleBindings
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

View File

@ -0,0 +1,19 @@
## ClusterRoleBindingList v1alpha1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1alpha1 | ClusterRoleBindingList
ClusterRoleBindingList is a collection of ClusterRoleBindings
Field | Description
------------ | -----------
apiVersion <br /> *string* | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources
items <br /> *[ClusterRoleBinding](#clusterrolebinding-v1alpha1) array* | Items is a list of ClusterRoleBindings
kind <br /> *string* | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds
metadata <br /> *[ListMeta](#listmeta-unversioned)* | Standard object's metadata.

Some files were not shown because too many files have changed in this diff Show More