feature

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 1 Imported by: 667

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.

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