policykindquota

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResourceName = "tanzu-mission-control_namespace_quota_policy"
)

Variables

View Source
var SpecSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "Spec for the namespace namespace quota policy",
	Required:    true,
	MaxItems:    1,
	Elem: &schema.Resource{
		Schema: map[string]*schema.Schema{
			policy.InputKey:             inputSchema,
			policy.NamespaceSelectorKey: policy.NamespaceSelector,
		},
	},
}

Functions

func FlattenSpec

func FlattenSpec(spec *policymodel.VmwareTanzuManageV1alpha1CommonPolicySpec) (data []interface{})

func ValidateInput

func ValidateInput(ctx context.Context, diff *schema.ResourceDiff, i interface{}) error

Types

type Recipe

type Recipe string
const (
	UnknownRecipe Recipe = policy.UnknownRecipe
	CustomRecipe  Recipe = reciperesource.CustomKey
	SmallRecipe   Recipe = reciperesource.SmallKey
	MediumRecipe  Recipe = reciperesource.MediumKey
	LargeRecipe   Recipe = reciperesource.LargeKey
)

Allowed input recipes.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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