v1alpha1

package
v0.0.0-...-1f4f9f7 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the infrastructure v1alpha1 API group +kubebuilder:object:generate=true +groupName=infrastructure.fresh-container-operator.suse.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "infrastructure.fresh-container-operator.suse.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 FreshContainerMonitor

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

	Spec   FreshContainerMonitorSpec   `json:"spec,omitempty"`
	Status FreshContainerMonitorStatus `json:"status,omitempty"`
}

FreshContainerMonitor is the Schema for the freshcontainermonitors API

func (*FreshContainerMonitor) DeepCopy

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

func (*FreshContainerMonitor) DeepCopyInto

func (in *FreshContainerMonitor) DeepCopyInto(out *FreshContainerMonitor)

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

func (*FreshContainerMonitor) DeepCopyObject

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

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

type FreshContainerMonitorList

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

FreshContainerMonitorList contains a list of FreshContainerMonitor

func (*FreshContainerMonitorList) DeepCopy

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

func (*FreshContainerMonitorList) DeepCopyInto

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

func (*FreshContainerMonitorList) DeepCopyObject

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

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

type FreshContainerMonitorSpec

type FreshContainerMonitorSpec struct {
	// FreshContainerServerURL is the full url to an instance of FreshContainer server
	FreshContainerServerURL string `json:"fresh_container_server_url,omitempty"`

	// CheckIntervalMinutes is the amount of minutes between checks
	// +kubebuilder:validation:Default=10
	CheckIntervalMinutes int `json:"check_interval_minutes"`
}

FreshContainerMonitorSpec defines the desired state of FreshContainerMonitor

func (*FreshContainerMonitorSpec) DeepCopy

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

func (*FreshContainerMonitorSpec) DeepCopyInto

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

type FreshContainerMonitorStatus

type FreshContainerMonitorStatus struct {
}

FreshContainerMonitorStatus defines the observed state of FreshContainerMonitor

func (*FreshContainerMonitorStatus) DeepCopy

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

func (*FreshContainerMonitorStatus) DeepCopyInto

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