v1beta1

package
v0.0.0-...-3763dc7 Latest Latest
Warning

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

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

Documentation

Overview

Package v1beta1 is the v1beta1 version of the API.

Index

Constants

View Source
const GroupName = "restaurant.programming-kubernetes.info"

GroupName holds the API group name.

Variables

View Source
var (
	// SchemeBuilder allows to add this group to a scheme.
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	// AddToScheme adds this group to a scheme.
	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1beta1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Pizza

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

	Spec   PizzaSpec   `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
	Status PizzaStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
}

Pizza specifies an offered pizza with toppings.

func (*Pizza) DeepCopy

func (in *Pizza) DeepCopy() *Pizza

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

func (*Pizza) DeepCopyInto

func (in *Pizza) DeepCopyInto(out *Pizza)

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

func (*Pizza) DeepCopyObject

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

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

type PizzaList

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

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

PizzaList is a list of Pizza objects.

func (*PizzaList) DeepCopy

func (in *PizzaList) DeepCopy() *PizzaList

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

func (*PizzaList) DeepCopyInto

func (in *PizzaList) DeepCopyInto(out *PizzaList)

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

func (*PizzaList) DeepCopyObject

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

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

type PizzaSpec

type PizzaSpec struct {
	// toppings is a list of Topping names. They don't have to be unique. Order does not matter.
	Toppings []PizzaTopping `json:"toppings" protobuf:"bytes,1,rep,name=toppings"`
}

func (*PizzaSpec) DeepCopy

func (in *PizzaSpec) DeepCopy() *PizzaSpec

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

func (*PizzaSpec) DeepCopyInto

func (in *PizzaSpec) DeepCopyInto(out *PizzaSpec)

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

type PizzaStatus

type PizzaStatus struct {
	// cost is the cost of the whole pizza including all toppings.
	Cost float64 `json:"cost,omitempty" protobuf:"bytes,1,opt,name=cost"`
}

func (*PizzaStatus) DeepCopy

func (in *PizzaStatus) DeepCopy() *PizzaStatus

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

func (*PizzaStatus) DeepCopyInto

func (in *PizzaStatus) DeepCopyInto(out *PizzaStatus)

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

type PizzaTopping

type PizzaTopping struct {
	// name is the name of a Topping object .
	Name string `json:"name" protobuf:"bytes,1,name=name"`
	// quantity is the number of how often the topping is put onto the pizza.
	// +optional
	Quantity int `json:"quantity" protobuf:"bytes,2,opt,name=quantity"`
}

func (*PizzaTopping) DeepCopy

func (in *PizzaTopping) DeepCopy() *PizzaTopping

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

func (*PizzaTopping) DeepCopyInto

func (in *PizzaTopping) DeepCopyInto(out *PizzaTopping)

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