package
4.0.0+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev
# Functions
DeepCopy_apps_ControllerRevision is an autogenerated deepcopy function.
DeepCopy_apps_ControllerRevisionList is an autogenerated deepcopy function.
DeepCopy_apps_RollingUpdateStatefulSetStrategy is an autogenerated deepcopy function.
DeepCopy_apps_StatefulSet is an autogenerated deepcopy function.
DeepCopy_apps_StatefulSetList is an autogenerated deepcopy function.
DeepCopy_apps_StatefulSetSpec is an autogenerated deepcopy function.
DeepCopy_apps_StatefulSetStatus is an autogenerated deepcopy function.
DeepCopy_apps_StatefulSetUpdateStrategy is an autogenerated deepcopy function.
Kind takes an unqualified kind and returns a Group qualified GroupKind.
RegisterDeepCopies adds deep-copy functions to the given scheme.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
OnDeleteStatefulSetStrategyType triggers the legacy behavior.
OrderedReadyPodManagement will create pods in strictly increasing order on scale up and strictly decreasing order on scale down, progressing only when the previous pod is ready or terminated.
ParallelPodManagement will create and delete pods as soon as the stateful set replica count is changed, and will not wait for pods to be ready or complete termination.
RollingUpdateStatefulSetStrategyType indicates that update will be applied to all Pods in the StatefulSet with respect to the StatefulSet ordering constraints.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
ControllerRevision implements an immutable snapshot of state data.
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
StatefulSet represents a set of pods with consistent identities.
StatefulSetList is a collection of StatefulSets.
A StatefulSetSpec is the specification of a StatefulSet.
StatefulSetStatus represents the current state of a StatefulSet.
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates.
# Type aliases
PodManagementPolicyType defines the policy for creating pods under a stateful set.
StatefulSetUpdateStrategyType is a string enumeration type that enumerates all possible update strategies for the StatefulSet controller.