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

# Packages

Package install installs the experimental API group, making it available as an option to all of the API encoding/decoding machinery.
Package v1alpha1 contains the v1alpha1 version of the API used by the apiservers themselves.

# Functions

Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# Constants

AllEncodingVersionsEqual Indicates that encoding storage versions reported by all servers are equal.
ConditionFalse indicates condition as "False".
ConditionTrue indicates condition as "True".
ConditionUnknown indicates condition as "Unknown".
GroupName is the group name use in this package.

# Variables

AddToScheme is a global function that registers this API group & version to a scheme.
SchemeBuilder is the scheme builder with scheme init functions to run for this API package.
SchemeGroupVersion is group version used to register these objects.

# Structs

ServerStorageVersion An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.
StorageVersion of a specific resource.
StorageVersionCondition Describes the state of the storageVersion at a certain point.
StorageVersionList A list of StorageVersions.
StorageVersionSpec is an empty spec.
StorageVersionStatus API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.

# Type aliases

ConditionStatus indicates status of condition from "True", "False", or "Unknown".
StorageVersionConditionType Indicates the storage version condition type.