mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-03 18:26:59 +00:00
generated client-go.
Kubernetes-commit: 6ad529be3ee75eb16f0e1c6b4d518bfe5edaeeaa
This commit is contained in:
parent
99b01357a0
commit
4f99d16391
@ -3135,7 +3135,8 @@ type NamespaceList struct {
|
|||||||
Items []Namespace
|
Items []Namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
// Binding ties one object to another - for example, a pod is bound to a node by a scheduler.
|
// Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
||||||
|
// Deprecated in 1.7, please use the bindings subresource of pods instead.
|
||||||
type Binding struct {
|
type Binding struct {
|
||||||
metav1.TypeMeta
|
metav1.TypeMeta
|
||||||
// ObjectMeta describes the object that is being bound.
|
// ObjectMeta describes the object that is being bound.
|
||||||
|
@ -138,8 +138,8 @@ message AzureFileVolumeSource {
|
|||||||
optional bool readOnly = 3;
|
optional bool readOnly = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Binding ties one object to another.
|
// Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
||||||
// For example, a pod is bound to a node by a scheduler.
|
// Deprecated in 1.7, please use the bindings subresource of pods instead.
|
||||||
message Binding {
|
message Binding {
|
||||||
// Standard object's metadata.
|
// Standard object's metadata.
|
||||||
// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
|
// More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
|
||||||
|
@ -3593,8 +3593,8 @@ type NamespaceList struct {
|
|||||||
Items []Namespace `json:"items" protobuf:"bytes,2,rep,name=items"`
|
Items []Namespace `json:"items" protobuf:"bytes,2,rep,name=items"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Binding ties one object to another.
|
// Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
|
||||||
// For example, a pod is bound to a node by a scheduler.
|
// Deprecated in 1.7, please use the bindings subresource of pods instead.
|
||||||
type Binding struct {
|
type Binding struct {
|
||||||
metav1.TypeMeta `json:",inline"`
|
metav1.TypeMeta `json:",inline"`
|
||||||
// Standard object's metadata.
|
// Standard object's metadata.
|
||||||
|
@ -95,7 +95,7 @@ func (AzureFileVolumeSource) SwaggerDoc() map[string]string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var map_Binding = map[string]string{
|
var map_Binding = map[string]string{
|
||||||
"": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
|
"": "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.",
|
||||||
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
|
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
|
||||||
"target": "The target object that you want to bind to the standard object.",
|
"target": "The target object that you want to bind to the standard object.",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user