v1alpha1

package
v0.0.0-...-7ce8503 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=vyogo.tech

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "vyogo.tech", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type FrappeSite

type FrappeSite struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FrappeSiteSpec   `json:"spec,omitempty"`
	Status FrappeSiteStatus `json:"status,omitempty"`
}

FrappeSite is the Schema for the frappesites API

func (*FrappeSite) DeepCopy

func (in *FrappeSite) DeepCopy() *FrappeSite

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeSite.

func (*FrappeSite) DeepCopyInto

func (in *FrappeSite) DeepCopyInto(out *FrappeSite)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FrappeSite) DeepCopyObject

func (in *FrappeSite) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FrappeSiteList

type FrappeSiteList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FrappeSite `json:"items"`
}

FrappeSiteList contains a list of FrappeSite

func (*FrappeSiteList) DeepCopy

func (in *FrappeSiteList) DeepCopy() *FrappeSiteList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeSiteList.

func (*FrappeSiteList) DeepCopyInto

func (in *FrappeSiteList) DeepCopyInto(out *FrappeSiteList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FrappeSiteList) DeepCopyObject

func (in *FrappeSiteList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FrappeSiteSpec

type FrappeSiteSpec struct {

	// Foo is an example field of FrappeSite. Edit frappesite_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

FrappeSiteSpec defines the desired state of FrappeSite

func (*FrappeSiteSpec) DeepCopy

func (in *FrappeSiteSpec) DeepCopy() *FrappeSiteSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeSiteSpec.

func (*FrappeSiteSpec) DeepCopyInto

func (in *FrappeSiteSpec) DeepCopyInto(out *FrappeSiteSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FrappeSiteStatus

type FrappeSiteStatus struct {
}

FrappeSiteStatus defines the observed state of FrappeSite

func (*FrappeSiteStatus) DeepCopy

func (in *FrappeSiteStatus) DeepCopy() *FrappeSiteStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeSiteStatus.

func (*FrappeSiteStatus) DeepCopyInto

func (in *FrappeSiteStatus) DeepCopyInto(out *FrappeSiteStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FrappeWorkpace

type FrappeWorkpace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   FrappeWorkpaceSpec   `json:"spec,omitempty"`
	Status FrappeWorkpaceStatus `json:"status,omitempty"`
}

FrappeWorkpace is the Schema for the frappeworkpaces API

func (*FrappeWorkpace) DeepCopy

func (in *FrappeWorkpace) DeepCopy() *FrappeWorkpace

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeWorkpace.

func (*FrappeWorkpace) DeepCopyInto

func (in *FrappeWorkpace) DeepCopyInto(out *FrappeWorkpace)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FrappeWorkpace) DeepCopyObject

func (in *FrappeWorkpace) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FrappeWorkpaceList

type FrappeWorkpaceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FrappeWorkpace `json:"items"`
}

FrappeWorkpaceList contains a list of FrappeWorkpace

func (*FrappeWorkpaceList) DeepCopy

func (in *FrappeWorkpaceList) DeepCopy() *FrappeWorkpaceList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeWorkpaceList.

func (*FrappeWorkpaceList) DeepCopyInto

func (in *FrappeWorkpaceList) DeepCopyInto(out *FrappeWorkpaceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*FrappeWorkpaceList) DeepCopyObject

func (in *FrappeWorkpaceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type FrappeWorkpaceSpec

type FrappeWorkpaceSpec struct {

	// Foo is an example field of FrappeWorkpace. Edit frappeworkpace_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

FrappeWorkpaceSpec defines the desired state of FrappeWorkpace

func (*FrappeWorkpaceSpec) DeepCopy

func (in *FrappeWorkpaceSpec) DeepCopy() *FrappeWorkpaceSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeWorkpaceSpec.

func (*FrappeWorkpaceSpec) DeepCopyInto

func (in *FrappeWorkpaceSpec) DeepCopyInto(out *FrappeWorkpaceSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type FrappeWorkpaceStatus

type FrappeWorkpaceStatus struct {
}

FrappeWorkpaceStatus defines the observed state of FrappeWorkpace

func (*FrappeWorkpaceStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FrappeWorkpaceStatus.

func (*FrappeWorkpaceStatus) DeepCopyInto

func (in *FrappeWorkpaceStatus) DeepCopyInto(out *FrappeWorkpaceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteBackup

type SiteBackup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteBackupSpec   `json:"spec,omitempty"`
	Status SiteBackupStatus `json:"status,omitempty"`
}

SiteBackup is the Schema for the sitebackups API

func (*SiteBackup) DeepCopy

func (in *SiteBackup) DeepCopy() *SiteBackup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteBackup.

func (*SiteBackup) DeepCopyInto

func (in *SiteBackup) DeepCopyInto(out *SiteBackup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteBackup) DeepCopyObject

func (in *SiteBackup) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteBackupList

type SiteBackupList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteBackup `json:"items"`
}

SiteBackupList contains a list of SiteBackup

func (*SiteBackupList) DeepCopy

func (in *SiteBackupList) DeepCopy() *SiteBackupList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteBackupList.

func (*SiteBackupList) DeepCopyInto

func (in *SiteBackupList) DeepCopyInto(out *SiteBackupList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteBackupList) DeepCopyObject

func (in *SiteBackupList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteBackupSpec

type SiteBackupSpec struct {

	// Foo is an example field of SiteBackup. Edit sitebackup_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteBackupSpec defines the desired state of SiteBackup

func (*SiteBackupSpec) DeepCopy

func (in *SiteBackupSpec) DeepCopy() *SiteBackupSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteBackupSpec.

func (*SiteBackupSpec) DeepCopyInto

func (in *SiteBackupSpec) DeepCopyInto(out *SiteBackupSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteBackupStatus

type SiteBackupStatus struct {
}

SiteBackupStatus defines the observed state of SiteBackup

func (*SiteBackupStatus) DeepCopy

func (in *SiteBackupStatus) DeepCopy() *SiteBackupStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteBackupStatus.

func (*SiteBackupStatus) DeepCopyInto

func (in *SiteBackupStatus) DeepCopyInto(out *SiteBackupStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteDashboard

type SiteDashboard struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteDashboardSpec   `json:"spec,omitempty"`
	Status SiteDashboardStatus `json:"status,omitempty"`
}

SiteDashboard is the Schema for the sitedashboards API

func (*SiteDashboard) DeepCopy

func (in *SiteDashboard) DeepCopy() *SiteDashboard

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboard.

func (*SiteDashboard) DeepCopyInto

func (in *SiteDashboard) DeepCopyInto(out *SiteDashboard)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteDashboard) DeepCopyObject

func (in *SiteDashboard) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteDashboardChart

type SiteDashboardChart struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteDashboardChartSpec   `json:"spec,omitempty"`
	Status SiteDashboardChartStatus `json:"status,omitempty"`
}

SiteDashboardChart is the Schema for the sitedashboardcharts API

func (*SiteDashboardChart) DeepCopy

func (in *SiteDashboardChart) DeepCopy() *SiteDashboardChart

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardChart.

func (*SiteDashboardChart) DeepCopyInto

func (in *SiteDashboardChart) DeepCopyInto(out *SiteDashboardChart)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteDashboardChart) DeepCopyObject

func (in *SiteDashboardChart) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteDashboardChartList

type SiteDashboardChartList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteDashboardChart `json:"items"`
}

SiteDashboardChartList contains a list of SiteDashboardChart

func (*SiteDashboardChartList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardChartList.

func (*SiteDashboardChartList) DeepCopyInto

func (in *SiteDashboardChartList) DeepCopyInto(out *SiteDashboardChartList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteDashboardChartList) DeepCopyObject

func (in *SiteDashboardChartList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteDashboardChartSpec

type SiteDashboardChartSpec struct {

	// Foo is an example field of SiteDashboardChart. Edit sitedashboardchart_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteDashboardChartSpec defines the desired state of SiteDashboardChart

func (*SiteDashboardChartSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardChartSpec.

func (*SiteDashboardChartSpec) DeepCopyInto

func (in *SiteDashboardChartSpec) DeepCopyInto(out *SiteDashboardChartSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteDashboardChartStatus

type SiteDashboardChartStatus struct {
}

SiteDashboardChartStatus defines the observed state of SiteDashboardChart

func (*SiteDashboardChartStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardChartStatus.

func (*SiteDashboardChartStatus) DeepCopyInto

func (in *SiteDashboardChartStatus) DeepCopyInto(out *SiteDashboardChartStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteDashboardList

type SiteDashboardList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteDashboard `json:"items"`
}

SiteDashboardList contains a list of SiteDashboard

func (*SiteDashboardList) DeepCopy

func (in *SiteDashboardList) DeepCopy() *SiteDashboardList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardList.

func (*SiteDashboardList) DeepCopyInto

func (in *SiteDashboardList) DeepCopyInto(out *SiteDashboardList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteDashboardList) DeepCopyObject

func (in *SiteDashboardList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteDashboardSpec

type SiteDashboardSpec struct {

	// Foo is an example field of SiteDashboard. Edit sitedashboard_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteDashboardSpec defines the desired state of SiteDashboard

func (*SiteDashboardSpec) DeepCopy

func (in *SiteDashboardSpec) DeepCopy() *SiteDashboardSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardSpec.

func (*SiteDashboardSpec) DeepCopyInto

func (in *SiteDashboardSpec) DeepCopyInto(out *SiteDashboardSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteDashboardStatus

type SiteDashboardStatus struct {
}

SiteDashboardStatus defines the observed state of SiteDashboard

func (*SiteDashboardStatus) DeepCopy

func (in *SiteDashboardStatus) DeepCopy() *SiteDashboardStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteDashboardStatus.

func (*SiteDashboardStatus) DeepCopyInto

func (in *SiteDashboardStatus) DeepCopyInto(out *SiteDashboardStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteJob

type SiteJob struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteJobSpec   `json:"spec,omitempty"`
	Status SiteJobStatus `json:"status,omitempty"`
}

SiteJob is the Schema for the sitejobs API

func (*SiteJob) DeepCopy

func (in *SiteJob) DeepCopy() *SiteJob

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteJob.

func (*SiteJob) DeepCopyInto

func (in *SiteJob) DeepCopyInto(out *SiteJob)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteJob) DeepCopyObject

func (in *SiteJob) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteJobList

type SiteJobList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteJob `json:"items"`
}

SiteJobList contains a list of SiteJob

func (*SiteJobList) DeepCopy

func (in *SiteJobList) DeepCopy() *SiteJobList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteJobList.

func (*SiteJobList) DeepCopyInto

func (in *SiteJobList) DeepCopyInto(out *SiteJobList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteJobList) DeepCopyObject

func (in *SiteJobList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteJobSpec

type SiteJobSpec struct {

	// Foo is an example field of SiteJob. Edit sitejob_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteJobSpec defines the desired state of SiteJob

func (*SiteJobSpec) DeepCopy

func (in *SiteJobSpec) DeepCopy() *SiteJobSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteJobSpec.

func (*SiteJobSpec) DeepCopyInto

func (in *SiteJobSpec) DeepCopyInto(out *SiteJobSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteJobStatus

type SiteJobStatus struct {
}

SiteJobStatus defines the observed state of SiteJob

func (*SiteJobStatus) DeepCopy

func (in *SiteJobStatus) DeepCopy() *SiteJobStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteJobStatus.

func (*SiteJobStatus) DeepCopyInto

func (in *SiteJobStatus) DeepCopyInto(out *SiteJobStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteUser

type SiteUser struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteUserSpec   `json:"spec,omitempty"`
	Status SiteUserStatus `json:"status,omitempty"`
}

SiteUser is the Schema for the siteusers API

func (*SiteUser) DeepCopy

func (in *SiteUser) DeepCopy() *SiteUser

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteUser.

func (*SiteUser) DeepCopyInto

func (in *SiteUser) DeepCopyInto(out *SiteUser)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteUser) DeepCopyObject

func (in *SiteUser) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteUserList

type SiteUserList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteUser `json:"items"`
}

SiteUserList contains a list of SiteUser

func (*SiteUserList) DeepCopy

func (in *SiteUserList) DeepCopy() *SiteUserList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteUserList.

func (*SiteUserList) DeepCopyInto

func (in *SiteUserList) DeepCopyInto(out *SiteUserList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteUserList) DeepCopyObject

func (in *SiteUserList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteUserSpec

type SiteUserSpec struct {

	// Foo is an example field of SiteUser. Edit siteuser_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteUserSpec defines the desired state of SiteUser

func (*SiteUserSpec) DeepCopy

func (in *SiteUserSpec) DeepCopy() *SiteUserSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteUserSpec.

func (*SiteUserSpec) DeepCopyInto

func (in *SiteUserSpec) DeepCopyInto(out *SiteUserSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteUserStatus

type SiteUserStatus struct {
}

SiteUserStatus defines the observed state of SiteUser

func (*SiteUserStatus) DeepCopy

func (in *SiteUserStatus) DeepCopy() *SiteUserStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteUserStatus.

func (*SiteUserStatus) DeepCopyInto

func (in *SiteUserStatus) DeepCopyInto(out *SiteUserStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteWorkspace

type SiteWorkspace struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   SiteWorkspaceSpec   `json:"spec,omitempty"`
	Status SiteWorkspaceStatus `json:"status,omitempty"`
}

SiteWorkspace is the Schema for the siteworkspaces API

func (*SiteWorkspace) DeepCopy

func (in *SiteWorkspace) DeepCopy() *SiteWorkspace

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteWorkspace.

func (*SiteWorkspace) DeepCopyInto

func (in *SiteWorkspace) DeepCopyInto(out *SiteWorkspace)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteWorkspace) DeepCopyObject

func (in *SiteWorkspace) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteWorkspaceList

type SiteWorkspaceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []SiteWorkspace `json:"items"`
}

SiteWorkspaceList contains a list of SiteWorkspace

func (*SiteWorkspaceList) DeepCopy

func (in *SiteWorkspaceList) DeepCopy() *SiteWorkspaceList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteWorkspaceList.

func (*SiteWorkspaceList) DeepCopyInto

func (in *SiteWorkspaceList) DeepCopyInto(out *SiteWorkspaceList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteWorkspaceList) DeepCopyObject

func (in *SiteWorkspaceList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type SiteWorkspaceSpec

type SiteWorkspaceSpec struct {

	// Foo is an example field of SiteWorkspace. Edit siteworkspace_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

SiteWorkspaceSpec defines the desired state of SiteWorkspace

func (*SiteWorkspaceSpec) DeepCopy

func (in *SiteWorkspaceSpec) DeepCopy() *SiteWorkspaceSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteWorkspaceSpec.

func (*SiteWorkspaceSpec) DeepCopyInto

func (in *SiteWorkspaceSpec) DeepCopyInto(out *SiteWorkspaceSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SiteWorkspaceStatus

type SiteWorkspaceStatus struct {
}

SiteWorkspaceStatus defines the observed state of SiteWorkspace

func (*SiteWorkspaceStatus) DeepCopy

func (in *SiteWorkspaceStatus) DeepCopy() *SiteWorkspaceStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteWorkspaceStatus.

func (*SiteWorkspaceStatus) DeepCopyInto

func (in *SiteWorkspaceStatus) DeepCopyInto(out *SiteWorkspaceStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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