# Functions
Resource is required by pkg/client/listers/...
# Constants
DeletePersistentVolumeClaimRetentionPolicyType specifies that PersistentVolumeClaims associated with NodeSet VolumeClaimTemplates will be deleted in the scenario specified in NodeSetPersistentVolumeClaimPolicy.
No description provided by the author
OnDeleteNodeSetStrategyType indicates that NodeSet pods will only be replaced when the old pod is killed for any reason.
RetainPersistentVolumeClaimRetentionPolicyType is the default PersistentVolumeClaimRetentionPolicy and specifies that PersistentVolumeClaims associated with NodeSet VolumeClaimTemplates will not be deleted.
RollingUpdateNodeSetStrategyType indicates that NodeSet pods will replace the old pods by new ones using a rolling update method (i.e replace pods on each node one after the other).
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
No description provided by the author
# Structs
Cluster is the Schema for the clusters API.
ClusterList contains a list of Cluster.
ClusterSpec defines the desired state of Cluster.
ClusterStatus defines the observed state of Cluster.
No description provided by the author
NodeSet is the Schema for the nodesets API.
NodeSetList contains a list of NodeSet.
NodeSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the NodeSet VolumeClaimTemplates.
NodeSetSpec defines the desired state of NodeSet.
NodeSetStatus defines the observed state of NodeSet.
NodeSetUpdateStrategy indicates the strategy that the NodeSet controller will be used to perform updates.
RollingUpdateNodeSetStrategy is used to communicate parameters for RollingUpdateNodeSetStrategyType.
# Type aliases
NodeSetUpdateStrategyType is a string enumeration type that enumerates all possible update strategies for the NodeSet controller.
PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine when volumes from the VolumeClaimTemplates will be deleted when the controlling NodeSet is deleted or scaled down.