v1alpha1

package
v0.0.0-...-5aaaf02 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "docker.com", 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 Compose

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

	Spec   ComposeSpec   `json:"spec,omitempty"`
	Status ComposeStatus `json:"status,omitempty"`
}

Compose is the Schema for the composes API +kubebuilder:subresource:status

func (*Compose) DeepCopy

func (in *Compose) DeepCopy() *Compose

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

func (*Compose) DeepCopyInto

func (in *Compose) DeepCopyInto(out *Compose)

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

func (*Compose) DeepCopyObject

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

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

type ComposeList

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

ComposeList contains a list of Compose

func (*ComposeList) DeepCopy

func (in *ComposeList) DeepCopy() *ComposeList

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

func (*ComposeList) DeepCopyInto

func (in *ComposeList) DeepCopyInto(out *ComposeList)

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

func (*ComposeList) DeepCopyObject

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

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

type ComposeSpec

type ComposeSpec struct {
	Spec string `json:"spec"`
}

ComposeSpec defines the desired state of Compose

func (*ComposeSpec) DeepCopy

func (in *ComposeSpec) DeepCopy() *ComposeSpec

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

func (*ComposeSpec) DeepCopyInto

func (in *ComposeSpec) DeepCopyInto(out *ComposeSpec)

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

type ComposeStatus

type ComposeStatus struct {
	Services int `json:"services"`
}

ComposeStatus defines the observed state of Compose

func (*ComposeStatus) DeepCopy

func (in *ComposeStatus) DeepCopy() *ComposeStatus

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

func (*ComposeStatus) DeepCopyInto

func (in *ComposeStatus) DeepCopyInto(out *ComposeStatus)

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