policykindsecurity

package
v1.4.6-rc4 Latest Latest
Warning

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

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

Documentation

Index

Constants

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

Variables

View Source
var SpecSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "Spec for the security 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
	BaselineRecipe Recipe = reciperesource.BaselineKey
	CustomRecipe   Recipe = reciperesource.CustomKey
	StrictRecipe   Recipe = reciperesource.StrictKey
)

Allowed input recipes.

Directories

Path Synopsis
Package recipe contains schema and helper functions for different input recipes.
Package recipe contains schema and helper functions for different input recipes.

Jump to

Keyboard shortcuts

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