v1alpha1

package
v0.0.0-...-bc08d7a Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Convert_compute_FooSpec_To_v1alpha1_FooSpec

func Convert_compute_FooSpec_To_v1alpha1_FooSpec(in *compute.FooSpec, out *FooSpec, s conversion.Scope) error

func Convert_v1alpha1_FooSpec_To_compute_FooSpec

func Convert_v1alpha1_FooSpec_To_compute_FooSpec(in *FooSpec, out *compute.FooSpec, s conversion.Scope) error

Types

type Bar

type Bar struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec BarSpec
}

type BarList

type BarList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []Bar `json:"items" protobuf:"bytes,2,rep,name=items"`
}

type BarSpec

type BarSpec struct {
	Description string `json:"description" protobuf:"bytes,1,name=description"`
}

type Foo

type Foo struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Spec FooSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
}

type FooList

type FooList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`

	Items []Foo `json:"items" protobuf:"bytes,2,rep,name=items"`
}

type FooSpec

type FooSpec struct {
	Bar []string `json:"bar" protobuf:"bytes,1,rep,name=bar"`
}

Jump to

Keyboard shortcuts

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