apimachinery – k8s.io/apimachinery Index | Files | Directories

package apimachinery

import "k8s.io/apimachinery"

Index

Source Files

doc.go

Directories

PathSynopsis
pkg
pkg/api
pkg/api/apitesting
pkg/api/apitesting/fuzzer
pkg/api/apitesting/naming
pkg/api/apitesting/roundtrip
pkg/api/equality
pkg/api/errorsPackage errors provides detailed error types for api field validation.
pkg/api/metaPackage meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API
pkg/api/meta/table
pkg/api/meta/testrestmapper
pkg/api/operation
pkg/api/resource
pkg/apis
pkg/api/safe
pkg/apis/asn1
pkg/apis/meta
pkg/apis/meta/fuzzer
pkg/apis/meta/internalversion
pkg/apis/meta/internalversion/scheme
pkg/apis/meta/internalversion/validation
pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
pkg/apis/meta/v1beta1package v1beta1 is alpha objects from meta that will be introduced.
pkg/apis/meta/v1beta1/validation
pkg/apis/meta/v1/unstructured
pkg/apis/meta/v1/unstructured/unstructuredscheme
pkg/apis/meta/v1/validation
pkg/apis/testapigroup+k8s:deepcopy-gen=package +groupName=testapigroup.apimachinery.k8s.io
pkg/apis/testapigroup/fuzzer
pkg/apis/testapigroup/installPackage install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
pkg/apis/testapigroup/v1
pkg/api/validatePackage validate holds API validation functions which are designed for use with the k8s.io/code-generator/cmd/validation-gen tool.
pkg/api/validate/constraints
pkg/api/validate/content
pkg/api/validationPackage validation contains generic api type validation functions.
pkg/api/validation/path
pkg/conversionPackage conversion provides go object versioning.
pkg/conversion/queryparamsPackage queryparams provides conversion from versioned runtime objects to URL query values
pkg/fieldsPackage fields implements a simple field system, parsing and matching selectors with sets of fields.
pkg/labelsPackage labels implements a simple label system, parsing and matching selectors with sets of labels.
pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
pkg/runtime/schema
pkg/runtime/serializer
pkg/runtime/serializer/cbor
pkg/runtime/serializer/cbor/directPackage direct provides functions for marshaling and unmarshaling between arbitrary Go values and CBOR data, with behavior that is compatible with that of the CBOR serializer.
pkg/runtime/serializer/cbor/internal
pkg/runtime/serializer/json
pkg/runtime/serializer/protobufPackage protobuf provides a Kubernetes serializer for the protobuf format.
pkg/runtime/serializer/recognizer
pkg/runtime/serializer/recognizer/testing
pkg/runtime/serializer/streamingPackage streaming implements encoder and decoder for streams of runtime.Objects over io.Writer/Readers.
pkg/runtime/serializer/versioning
pkg/runtime/serializer/yaml
pkg/runtime/testing
pkg/selection
pkg/test
pkg/typesPackage types implements various generic types used throughout kubernetes.
pkg/util
pkg/util/cache
pkg/util/diff
pkg/util/dump
pkg/util/duration
pkg/util/errorsPackage errors implements various utility functions and types around errors.
pkg/util/framerPackage framer implements simple frame decoding techniques for an io.ReadCloser
pkg/util/httpstreamPackage httpstream adds multiplexed streaming support to HTTP requests and responses via connection upgrades.
pkg/util/httpstream/spdy
pkg/util/httpstream/wsstreamPackage wsstream contains utilities for streaming content over WebSockets.
pkg/util/intstr
pkg/util/json
pkg/util/jsonmergepatch
pkg/util/managedfields
pkg/util/managedfields/internal
pkg/util/managedfields/managedfieldstest
pkg/util/mergepatch
pkg/util/naming
pkg/util/net
pkg/util/net/testingPackage nettesting contains utilities for testing networking functionality.
pkg/util/portforward
pkg/util/proxyPackage proxy provides transport and upgrade support for proxies.
pkg/util/randPackage rand provides utilities related to randomization.
pkg/util/remotecommand
pkg/util/runtime
pkg/util/setsPackage sets has generic set and specified sets.
pkg/util/strategicpatch
pkg/util/strategicpatch/testing
pkg/util/uuid
pkg/util/validation
pkg/util/validation/field
pkg/util/versionPackage version provides utilities for version number comparisons
pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
pkg/util/waitgroupPackage waitgroup implements SafeWaitGroup wrap of sync.WaitGroup.
pkg/util/yaml
pkg/versionPackage version supplies the type for version information.
pkg/watchPackage watch contains a generic watchable interface, and a fake for testing code that uses the watch interface.
third_party
third_party/forked
third_party/forked/golang
third_party/forked/golang/jsonPackage json is forked from the Go standard library to enable us to find the field of a struct that a given JSON key maps to.
third_party/forked/golang/netutil
third_party/forked/golang/reflectPackage reflect is a fork of go's standard library reflection package, which allows for deep equal with equality functions defined.
Version
v0.33.0 (latest)
Published
Apr 11, 2025
Platform
linux/amd64
Last checked
11 hours ago

Tools for package owners.