v1alpha1

package
v0.0.0-...-2bf6daa Latest Latest
Warning

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

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

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

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

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

	Spec   FlipperSpec   `json:"spec,omitempty"`
	Status FlipperStatus `json:"status,omitempty"`
}

Flipper is the Schema for the flippers API

func (*Flipper) DeepCopy

func (in *Flipper) DeepCopy() *Flipper

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

func (*Flipper) DeepCopyInto

func (in *Flipper) DeepCopyInto(out *Flipper)

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

func (*Flipper) DeepCopyObject

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

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

type FlipperList

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

FlipperList contains a list of Flipper

func (*FlipperList) DeepCopy

func (in *FlipperList) DeepCopy() *FlipperList

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

func (*FlipperList) DeepCopyInto

func (in *FlipperList) DeepCopyInto(out *FlipperList)

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

func (*FlipperList) DeepCopyObject

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

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

type FlipperSpec

type FlipperSpec struct {

	// Foo is an example field of Flipper. Edit flipper_types.go to remove/update
	Interval string `json:"foo,omitempty"`
	Match    `json:"match"`
}

FlipperSpec defines the desired state of Flipper

func (*FlipperSpec) DeepCopy

func (in *FlipperSpec) DeepCopy() *FlipperSpec

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

func (*FlipperSpec) DeepCopyInto

func (in *FlipperSpec) DeepCopyInto(out *FlipperSpec)

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

type FlipperStatus

type FlipperStatus struct {
}

FlipperStatus defines the observed state of Flipper

func (*FlipperStatus) DeepCopy

func (in *FlipperStatus) DeepCopy() *FlipperStatus

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

func (*FlipperStatus) DeepCopyInto

func (in *FlipperStatus) DeepCopyInto(out *FlipperStatus)

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

type Match

type Match struct {
	Labels    map[string]string `json:"labels"`
	Namespace string            `json:"namespace"`
}

func (*Match) DeepCopy

func (in *Match) DeepCopy() *Match

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

func (*Match) DeepCopyInto

func (in *Match) DeepCopyInto(out *Match)

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