feature

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2024 License: Apache-2.0 Imports: 1 Imported by: 769

Documentation

Overview

Package feature contains utilities for managing Crossplane features.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag string

A Flag enables a particular feature.

const EnableAlphaChangeLogs Flag = "EnableAlphaChangeLogs"

EnableAlphaChangeLogs enables alpha support for capturing change logs during reconciliation. See the following design for more details: https://github.com/crossplane/crossplane/pull/5822

const EnableBetaManagementPolicies Flag = "EnableBetaManagementPolicies"

EnableBetaManagementPolicies enables beta support for Management Policies. See the below design for more details. https://github.com/crossplane/crossplane/pull/3531

type Flags

type Flags struct {
	// contains filtered or unexported fields
}

Flags that are enabled. The zero value - i.e. &feature.Flags{} - is usable.

func (*Flags) Enable

func (fs *Flags) Enable(f Flag)

Enable a feature flag.

func (*Flags) Enabled

func (fs *Flags) Enabled(f Flag) bool

Enabled returns true if the supplied feature flag is enabled.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL