mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
remove ExportOptions
This commit is contained in:
parent
37cc89ed8d
commit
dabcd852d3
@ -433,21 +433,6 @@ const (
|
|||||||
// +k8s:conversion-gen:explicit-from=net/url.Values
|
// +k8s:conversion-gen:explicit-from=net/url.Values
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
|
||||||
// ExportOptions is the query options to the standard REST get call.
|
|
||||||
// Deprecated. Planned for removal in 1.18.
|
|
||||||
type ExportOptions struct {
|
|
||||||
TypeMeta `json:",inline"`
|
|
||||||
// Should this value be exported. Export strips fields that a user can not specify.
|
|
||||||
// Deprecated. Planned for removal in 1.18.
|
|
||||||
Export bool `json:"export" protobuf:"varint,1,opt,name=export"`
|
|
||||||
// Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
|
|
||||||
// Deprecated. Planned for removal in 1.18.
|
|
||||||
Exact bool `json:"exact" protobuf:"varint,2,opt,name=exact"`
|
|
||||||
}
|
|
||||||
|
|
||||||
// +k8s:conversion-gen:explicit-from=net/url.Values
|
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
|
||||||
|
|
||||||
// GetOptions is the standard query options to the standard REST get call.
|
// GetOptions is the standard query options to the standard REST get call.
|
||||||
type GetOptions struct {
|
type GetOptions struct {
|
||||||
TypeMeta `json:",inline"`
|
TypeMeta `json:",inline"`
|
||||||
|
Loading…
Reference in New Issue
Block a user