policykindimage

package
v1.4.6-rc2 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_image_policy"
)

Variables

View Source
var SpecSchema = &schema.Schema{
	Type:        schema.TypeList,
	Description: "Spec for the image 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
	AllowedNameTagRecipe Recipe = reciperesource.AllowedNameTagKey
	CustomRecipe         Recipe = reciperesource.CustomKey
	BlockLatestTagRecipe Recipe = reciperesource.BlockLatestTagKey
	RequireDigestRecipe  Recipe = reciperesource.RequireDigestKey
)

Allowed input recipes.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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