Documentation ¶
Index ¶
- func CopyAzureOperatorVersionLabelFromAzureClusterCR(ctx context.Context, ctrlClient client.Client, meta metav1.Object) (*mutator.PatchOperation, error)
- func EnsureComponentVersionLabelFromRelease(ctx context.Context, ctrlClient client.Client, meta metav1.Object, ...) (*mutator.PatchOperation, error)
- func EnsureReleaseVersionLabel(ctx context.Context, ctrlClient client.Client, meta metav1.Object) (*mutator.PatchOperation, error)
- func IsAzureOperatorVersionLabelNotFoundError(err error) bool
- func IsClusterLabelNotFoundError(err error) bool
- func IsClusterNotFoundError(err error) bool
- func IsComponentNotFoundInReleaseError(err error) bool
- func IsNodepoolOrgDoesNotMatchClusterOrg(err error) bool
- func IsOrganizationLabelNotFoundError(err error) bool
- func IsOrganizationLabelWasChangedError(err error) bool
- func IsOrganizationNotFoundError(err error) bool
- func IsReleaseLabelNotFoundError(err error) bool
- func ValidateOrganizationLabelContainsExistingOrganization(ctx context.Context, ctrlClient client.Client, obj metav1.Object) error
- func ValidateOrganizationLabelMatchesCluster(ctx context.Context, ctrlClient client.Client, obj metav1.Object) error
- func ValidateOrganizationLabelUnchanged(old, new metav1.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAzureOperatorVersionLabelNotFoundError ¶
IsReleaseLabelNotFoundError asserts azureOperatorVersionLabelNotFoundError.
func IsClusterLabelNotFoundError ¶
IsClusterLabelNotFoundError asserts clusterLabelNotFoundError.
func IsClusterNotFoundError ¶
IsClusterNotFoundError asserts clusterNotFoundError.
func IsComponentNotFoundInReleaseError ¶
IsComponentNotFoundInReleaseError asserts componentNotFoundInReleaseError.
func IsNodepoolOrgDoesNotMatchClusterOrg ¶
IsNodepoolOrgDoesNotMatchClusterOrg asserts nodepoolOrgDoesNotMatchClusterOrgError.
func IsOrganizationLabelNotFoundError ¶
IsOrganizationLabelNotFoundError asserts organizationLabelNotFoundError.
func IsOrganizationLabelWasChangedError ¶
IsOrganizationLabelWasChangedError asserts organizationLabelWasChangedError.
func IsOrganizationNotFoundError ¶
IsOrganizationNotFoundError asserts organizationNotFoundError.
func IsReleaseLabelNotFoundError ¶
IsReleaseLabelNotFoundError asserts releaseLabelNotFoundError.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.