v1alpha1

package
v0.0.0-...-a861cb9 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = "core.oam.dev"
View Source
const GroupVersion = "v1alpha1"

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: GroupVersion}

Functions

This section is empty.

Types

type Trait

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

	Spec   TraitSpec   `json:"spec,omitempty"`
	Status TraitStatus `json:"status,omitempty"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*Trait) DeepCopy

func (in *Trait) DeepCopy() *Trait

func (*Trait) DeepCopyInto

func (in *Trait) DeepCopyInto(out *Trait)

func (*Trait) DeepCopyObject

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

type TraitList

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

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*TraitList) DeepCopy

func (in *TraitList) DeepCopy() *TraitList

func (*TraitList) DeepCopyInto

func (in *TraitList) DeepCopyInto(out *TraitList)

func (*TraitList) DeepCopyObject

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

type TraitSpec

type TraitSpec struct {
	AppliesTo  []string `json:"appliesTo"`
	Properties string   `json:"properties"`
}

func (*TraitSpec) DeepCopy

func (in *TraitSpec) DeepCopy() *TraitSpec

func (*TraitSpec) DeepCopyInto

func (in *TraitSpec) DeepCopyInto(out *TraitSpec)

type TraitStatus

type TraitStatus struct {
}

func (*TraitStatus) DeepCopy

func (in *TraitStatus) DeepCopy() *TraitStatus

func (*TraitStatus) DeepCopyInto

func (in *TraitStatus) DeepCopyInto(out *TraitStatus)

Jump to

Keyboard shortcuts

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