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
Click to show internal directories.
Click to hide internal directories.