@@ -4768,6 +4768,7 @@ type Preconditions struct {
4768
4768
UID * types.UID `json:"uid,omitempty" protobuf:"bytes,1,opt,name=uid,casttype=k8s.io/apimachinery/pkg/types.UID"`
4769
4769
}
4770
4770
4771
+ // +k8s:conversion-gen:explicit-from=net/url.Values
4771
4772
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
4772
4773
4773
4774
// PodLogOptions is the query options for a Pod's logs REST call.
@@ -4819,6 +4820,7 @@ type PodLogOptions struct {
4819
4820
InsecureSkipTLSVerifyBackend bool `json:"insecureSkipTLSVerifyBackend,omitempty" protobuf:"varint,9,opt,name=insecureSkipTLSVerifyBackend"`
4820
4821
}
4821
4822
4823
+ // +k8s:conversion-gen:explicit-from=net/url.Values
4822
4824
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
4823
4825
4824
4826
// PodAttachOptions is the query options to a Pod's remote attach call.
@@ -4856,6 +4858,7 @@ type PodAttachOptions struct {
4856
4858
Container string `json:"container,omitempty" protobuf:"bytes,5,opt,name=container"`
4857
4859
}
4858
4860
4861
+ // +k8s:conversion-gen:explicit-from=net/url.Values
4859
4862
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
4860
4863
4861
4864
// PodExecOptions is the query options to a Pod's remote exec call.
@@ -4894,6 +4897,7 @@ type PodExecOptions struct {
4894
4897
Command []string `json:"command" protobuf:"bytes,6,rep,name=command"`
4895
4898
}
4896
4899
4900
+ // +k8s:conversion-gen:explicit-from=net/url.Values
4897
4901
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
4898
4902
4899
4903
// PodPortForwardOptions is the query options to a Pod's port forward call
0 commit comments