# Functions
Needed by kubernetes/code-generator.
# Constants
MasqueradingRuleConditionReady represents the fact that a given MasqueradingRule is ready.
MasqueradingRuleStateProcessing represents the fact that the MasqueradingRule is being deleted.
Represents the fact that the MasqueradingRule should be deleted, but deletion is blocked.
MasqueradingRuleStateProcessing represents the fact that the MasqueradingRule is not ready resp.
Represents the fact that the MasqueradingRule was first seen.
MasqueradingRuleStateProcessing represents the fact that the MasqueradingRule is reconciling.
MasqueradingRuleStateProcessing represents the fact that the MasqueradingRule is ready.
# 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.
Needed by kubernetes/code-generator.
# Structs
MasqueradingRule is the Schema for the masqueradingrules API.
MasqueradingRuleCondition contains condition information for a MasqueradingRule.
MasqueradingRuleList contains a list of MasqueradingRule.
MasqueradingRuleSpec defines the desired state of MasqueradingRule.
MasqueradingRuleStatus defines the observed state of MasqueradingRule.
# Type aliases
MasqueradingRuleConditionType represents a MasqueradingRule condition value.
MasqueradingRuleState represents a condition state in a readable form +kubebuilder:validation:Enum=New;Processing;DeletionBlocked;Deleting;Ready;Error.