Documentation ¶
Overview ¶
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func ConvertURLValuesToV1NodeProxyOptions(in *url.Values, out *corev1.NodeProxyOptions, s conversion.Scope) error
- func ConvertURLValuesToV1PodAttachOptions(in *url.Values, out *corev1.PodAttachOptions, s conversion.Scope) error
- func ConvertURLValuesToV1PodExecOptions(in *url.Values, out *corev1.PodExecOptions, s conversion.Scope) error
- func ConvertURLValuesToV1PodLogOptions(in *url.Values, out *corev1.PodLogOptions, s conversion.Scope) error
- func ConvertURLValuesToV1PodPortForwardOptions(in *url.Values, out *corev1.PodPortForwardOptions, s conversion.Scope) error
- func ConvertURLValuesToV1PodProxyOptions(in *url.Values, out *corev1.PodProxyOptions, s conversion.Scope) error
- func ConvertURLValuesToV1ServiceProxyOptions(in *url.Values, out *corev1.ServiceProxyOptions, s conversion.Scope) error
- func RegisterConversions(s *runtime.Scheme) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertURLValuesToV1NodeProxyOptions ¶ added in v0.5.0
func ConvertURLValuesToV1NodeProxyOptions(in *url.Values, out *corev1.NodeProxyOptions, s conversion.Scope) error
ConvertURLValuesToV1NodeProxyOptions is an autogenerated conversion function.
func ConvertURLValuesToV1PodAttachOptions ¶ added in v0.5.0
func ConvertURLValuesToV1PodAttachOptions(in *url.Values, out *corev1.PodAttachOptions, s conversion.Scope) error
Convert_url_Values_To_v1_PodAttachOptions is an autogenerated conversion function.
func ConvertURLValuesToV1PodExecOptions ¶ added in v0.5.0
func ConvertURLValuesToV1PodExecOptions(in *url.Values, out *corev1.PodExecOptions, s conversion.Scope) error
ConvertURLValuesToV1PodExecOptions is an autogenerated conversion function.
func ConvertURLValuesToV1PodLogOptions ¶ added in v0.5.0
func ConvertURLValuesToV1PodLogOptions(in *url.Values, out *corev1.PodLogOptions, s conversion.Scope) error
ConvertURLValuesToV1PodLogOptions is an autogenerated conversion function.
func ConvertURLValuesToV1PodPortForwardOptions ¶ added in v0.5.0
func ConvertURLValuesToV1PodPortForwardOptions(in *url.Values, out *corev1.PodPortForwardOptions, s conversion.Scope) error
ConvertURLValuesToV1PodPortForwardOptions is an autogenerated conversion function.
func ConvertURLValuesToV1PodProxyOptions ¶ added in v0.5.0
func ConvertURLValuesToV1PodProxyOptions(in *url.Values, out *corev1.PodProxyOptions, s conversion.Scope) error
ConvertURLValuesToV1PodProxyOptions is an autogenerated conversion function.
func ConvertURLValuesToV1ServiceProxyOptions ¶ added in v0.5.0
func ConvertURLValuesToV1ServiceProxyOptions(in *url.Values, out *corev1.ServiceProxyOptions, s conversion.Scope) error
ConvertURLValuesToV1ServiceProxyOptions is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
Types ¶
This section is empty.