constants

package
v0.0.29 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Overview

Package constants contains the constants used in validator-plugin-vsphere

Index

Constants

View Source
const (
	// PluginCode is the code of the plugin
	PluginCode string = "vSphere"

	// ValidationTypeRolePrivileges is the validation type for role privileges
	ValidationTypeRolePrivileges string = "vsphere-role-privileges"

	// ValidationTypeEntityPrivileges is the validation type for entity privileges
	ValidationTypeEntityPrivileges string = "vsphere-entity-privileges"

	// ValidationTypeTag is the validation type for tags
	ValidationTypeTag string = "vsphere-tags"

	// ValidationTypeComputeResources is the validation type for compute resources
	ValidationTypeComputeResources string = "vsphere-compute-resources"

	// ValidationTypeNTP is the validation type for NTP
	ValidationTypeNTP string = "vsphere-ntp"

	// ClusterInventoryPath is the path for cluster inventory
	ClusterInventoryPath = "/%s/host/%s"

	// HostSystemInventoryPath is the path for host system inventory
	HostSystemInventoryPath = "/%s/host/%s/%s"

	// ResourcePoolInventoryPath is the path for resource pool inventory
	ResourcePoolInventoryPath = "/%s/host/%s/Resources/%s"

	// ClusterDefaultResourcePoolName is the default resource pool name for cluster
	ClusterDefaultResourcePoolName = "Resources"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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