collection

package
v0.3.7-rc.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const CfAppsMetadataKind types.Kind = "CfApps"

CfAppsMetadataKind defines kind of cf runtime instance apps file

View Source
const CfServicesMetadataKind types.Kind = "CfServices"

CfServicesMetadataKind defines kind of cf services file

View Source
const ClusterMetadataKind types.Kind = "ClusterMetadata"

ClusterMetadataKind defines the kind of cluster metadata file

View Source
const ClusterQaLabelKey = types.GroupName + "/clusterqalabel"

ClusterQaLabelKey is the keyname for the clusterqalabel Key

View Source
const DefaultClusterSpecificQaLabel = "default"

DefaultClusterSpecificQaLabel defines the default storage QA label to be used in the absence of any user-defined name

View Source
const ImageInfoKind types.Kind = "ImageInfo"

ImageInfoKind defines kind for imagesmetadata file

View Source
const ImageMetadataKind types.Kind = "ImageMetadata"

ImageMetadataKind defines kind for imagemetadata file

Variables

This section is empty.

Functions

This section is empty.

Types

type CfApp added in v0.3.0

type CfApp struct {
	Application cfclient.App    `yaml:"application"`
	Environment cfclient.AppEnv `yaml:"environment"`
}

CfApp defines CfApp information

type CfApps added in v0.3.0

type CfApps struct {
	types.TypeMeta   `yaml:",inline"`
	types.ObjectMeta `yaml:"metadata,omitempty"`
	Spec             CfAppsSpec `yaml:"spec,omitempty"`
}

CfApps defines definition of cf runtime instance apps file

func FormatMapsWithInterface added in v0.3.0

func FormatMapsWithInterface(cfAppInstances CfApps) CfApps

FormatMapsWithInterface stringifies interfaces in cloud foundry data

func NewCfApps added in v0.3.0

func NewCfApps() CfApps

NewCfApps creates a new instance of CfInstanceApps

type CfAppsSpec added in v0.3.0

type CfAppsSpec struct {
	CfApps []CfApp `yaml:"applications"`
}

CfAppsSpec stores the data

type CfServices added in v0.3.0

type CfServices struct {
	types.TypeMeta   `yaml:",inline"`
	types.ObjectMeta `yaml:"metadata,omitempty"`
	Spec             CfServicesSpec `yaml:"spec,omitempty"`
}

CfServices defines definition of cf runtime instance apps file

func NewCfServices added in v0.3.0

func NewCfServices() CfServices

NewCfServices creates a new instance of CfServices

type CfServicesSpec added in v0.3.0

type CfServicesSpec struct {
	CfServices []cfclient.Service `yaml:"services"`
}

CfServicesSpec stores the data

type ClusterMetadata

type ClusterMetadata struct {
	types.TypeMeta   `yaml:",inline"`
	types.ObjectMeta `yaml:"metadata,omitempty"`
	Spec             ClusterMetadataSpec `yaml:"spec,omitempty"`
}

ClusterMetadata for collect output

func NewClusterMetadata

func NewClusterMetadata(contextName string) ClusterMetadata

NewClusterMetadata creates a new cluster metadata instance

func (*ClusterMetadata) Merge

func (c *ClusterMetadata) Merge(nc interface{}) bool

Merge merges two ClusterMetadatas

type ClusterMetadataSpec

type ClusterMetadataSpec struct {
	StorageClasses    []string            `yaml:"storageClasses"`
	APIKindVersionMap map[string][]string `yaml:"apiKindVersionMap"` //[kubernetes kind]["gv1", "gv2",...,"gvn"] prioritized group-version
	Host              string              `yaml:"host,omitempty"`    // Optional field, either collected with move2kube collect or by asking the user.
}

ClusterMetadataSpec stores the data

func (*ClusterMetadataSpec) GetSupportedVersions

func (c *ClusterMetadataSpec) GetSupportedVersions(kind string) []string

GetSupportedVersions returns all the group version supported for the kind in this cluster

func (*ClusterMetadataSpec) Merge

Merge helps merge clustermetadata

type ImageInfo

type ImageInfo struct {
	types.TypeMeta   `yaml:",inline"`
	types.ObjectMeta `yaml:"metadata,omitempty"`
	Spec             ImageInfoSpec `yaml:"spec,omitempty"`
}

ImageInfo stores data about different images

func NewImageInfo

func NewImageInfo() ImageInfo

NewImageInfo creates a new imageinfo instance

type ImageInfoSpec

type ImageInfoSpec struct {
	Tags          []string `yaml:"tags"`
	PortsToExpose []int32  `yaml:"ports"`
	AccessedDirs  []string `yaml:"accessedDirs"`
	UserID        int      `yaml:"userID"`

	Created string            `json:"created,omitempty" yaml:"created,omitempty"`
	Params  map[string]string `json:"params,omitempty" yaml:"params,omitempty"`
}

ImageInfoSpec defines the data stored about ImageInfo

type ImagesInfo added in v0.3.0

type ImagesInfo struct {
	types.TypeMeta   `yaml:",inline"`
	types.ObjectMeta `yaml:"metadata,omitempty"`
	Spec             []ImageInfoSpec `yaml:"spec,omitempty"`
}

ImagesInfo stores data about different images

func NewImagesInfo added in v0.3.0

func NewImagesInfo() ImagesInfo

NewImagesInfo creates a new imagesinfo instance

Jump to

Keyboard shortcuts

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