package
0.10.0
Repository: https://github.com/sigstore/policy-controller.git
Documentation: pkg.go.dev

# Functions

GetPodScalableDefaulter extracts the PodScalableDefaulter from the context.
GetPodScalableValidator extracts the PodSpecValidator from the context.
Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
No description provided by the author
No description provided by the author

# Variables

AddToScheme applies all the stored functions to the scheme.
SchemeBuilder registers the addKnownTypes function.
SchemeGroupVersion is group version used to register these objects.

# Structs

PodScalable is a duck type that the are PodSpecable but also can scale.
PodScalableList is a list of PodScalable resources.
PodScalableSpec is the specification for the desired state of a PodScalable (or at least our shared portion).
PodScalableStatus is the observed state of a PodScalable (or at least our shared portion).

# Type aliases

PodScalableDefaulter is a callback to validate a PodScalable.
PodScalableValidator is a callback to validate a PodScalable.