package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package queryparams provides conversion from versioned runtime objects to URL query values.

# Functions

Convert_Slice_byte_To_Slice_byte prevents recursing into every byte.
EnforcePtr ensures that obj is a pointer of some sort.
For convenience, panics on errors.
NewCloner creates a new Cloner object.
No description provided by the author
NewConverter creates a new Converter object.

# Constants

Don't require type names to match.
Loop through destination fields, search for matching source field to copy it from.
Don't treat it as an error if the corresponding source or dest field can't be found.
Loop through source fields, search for matching dest field to copy it into.

# Variables

No description provided by the author

# Structs

Cloner knows how to copy one type to another.
No description provided by the author
Converter knows how to convert one type to another.
The code for this type must be located in third_party, since it forks from go std lib.
GeneratedDeepCopyFunc bundles an untyped generated deep-copy function of a type with a reflection type object used as a key to lookup the deep-copy function.
Meta is supplied by Scheme, when it calls Convert.

# Interfaces

DebugLogger allows you to get debugging messages if necessary.
Scope is passed to conversion funcs to allow them to continue an ongoing conversion.

# Type aliases

FieldMappingFunc can convert an input field value into different values, depending on the value of the source or destination struct tags.
FieldMatchingFlags contains a list of ways in which struct fields could be copied.
No description provided by the author
No description provided by the author