policykindmutation

package
v1.4.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SpecSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "Spec for the mutation 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(_ context.Context, diff *schema.ResourceDiff, _ interface{}) error

Types

type Recipe

type Recipe string
const (
	ResourceName = "tanzu-mission-control_mutation_policy"

	UnknownRecipe     Recipe = policy.UnknownRecipe
	PodSecurityRecipe Recipe = recipe.PodSecurityKey
	LabelRecipe       Recipe = recipe.LabelKey
	AnnotationRecipe  Recipe = recipe.AnnotationKey
)

Directories

Path Synopsis
nolint: dupl
nolint: dupl

Jump to

Keyboard shortcuts

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