v1alpha1

package
v1.0.0-beta.16 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package defines ResourceGroup schema. Version: v1alpha1 swagger:meta

Index

Constants

View Source
const (
	RGFileName       = "resourcegroup.yaml"
	RGFileKind       = "ResourceGroup"
	RGFileGroup      = "kpt.dev"
	RGFileVersion    = "v1alpha1"
	RGFileAPIVersion = RGFileGroup + "/" + RGFileVersion
	// RGInventoryIDLabel is the label name used for storing an inventory ID.
	RGInventoryIDLabel = common.InventoryLabel
)

Variables

View Source
var DefaultMeta = yaml.ResourceMeta{
	TypeMeta: yaml.TypeMeta{
		APIVersion: RGFileAPIVersion,
		Kind:       RGFileKind,
	},
}

DefaultMeta is the ResourceMeta for ResourceGroup instances.

Functions

This section is empty.

Types

type ResourceGroup

type ResourceGroup struct {
	yaml.ResourceMeta `yaml:",inline" json:",inline"`
}

ResourceGroup contains the inventory information about a package managed with kpt. swagger:model resourcegroup

Jump to

Keyboard shortcuts

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