Skip to content

Commit 6ad529b

Browse files
author
Klaus Ma
committed
generated client-go.
1 parent fdc82d1 commit 6ad529b

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

staging/src/k8s.io/client-go/pkg/api/types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,8 @@ type NamespaceList struct {
31353135
Items []Namespace
31363136
}
31373137

3138-
// Binding ties one object to another - for example, a pod is bound to a node by a scheduler.
3138+
// Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
3139+
// Deprecated in 1.7, please use the bindings subresource of pods instead.
31393140
type Binding struct {
31403141
metav1.TypeMeta
31413142
// ObjectMeta describes the object that is being bound.

staging/src/k8s.io/client-go/pkg/api/v1/generated.proto

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/client-go/pkg/api/v1/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,8 +3593,8 @@ type NamespaceList struct {
35933593
Items []Namespace `json:"items" protobuf:"bytes,2,rep,name=items"`
35943594
}
35953595

3596-
// Binding ties one object to another.
3597-
// For example, a pod is bound to a node by a scheduler.
3596+
// Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
3597+
// Deprecated in 1.7, please use the bindings subresource of pods instead.
35983598
type Binding struct {
35993599
metav1.TypeMeta `json:",inline"`
36003600
// Standard object's metadata.

staging/src/k8s.io/client-go/pkg/api/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (AzureFileVolumeSource) SwaggerDoc() map[string]string {
9595
}
9696

9797
var map_Binding = map[string]string{
98-
"": "Binding ties one object to another. For example, a pod is bound to a node by a scheduler.",
98+
"": "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.",
9999
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
100100
"target": "The target object that you want to bind to the standard object.",
101101
}

0 commit comments

Comments
 (0)