v1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the crew v1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/controller-tools/test/pkg/apis/crew +k8s:defaulter-gen=TypeMeta +groupName=crew.testproject.org

Package v1 contains API Schema definitions for the crew v1 API group +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=sigs.k8s.io/controller-tools/test/pkg/apis/crew +k8s:defaulter-gen=TypeMeta +groupName=crew.testproject.org

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: "crew.testproject.org", Version: "v1"}

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

Functions

This section is empty.

Types

type FirstMate

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

	Spec   FirstMateSpec   `json:"spec,omitempty"`
	Status FirstMateStatus `json:"status,omitempty"`
}

FirstMate is the Schema for the firstmates API +k8s:openapi-gen=true

type FirstMateList

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

FirstMateList contains a list of FirstMate

type FirstMateSpec

type FirstMateSpec struct {
}

FirstMateSpec defines the desired state of FirstMate

type FirstMateStatus

type FirstMateStatus struct {
}

FirstMateStatus defines the observed state of FirstMate

Jump to

Keyboard shortcuts

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