v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API. +groupName=pingdom.mallon.io

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: pingdom.GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type HTTPCheck

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

	Spec   HTTPCheckSpec   `json:"spec"`
	Status HTTPCheckStatus `json:"status"`
}

HTTPCheck is a specification for a HTTPCheck resource

func (*HTTPCheck) DeepCopy

func (in *HTTPCheck) DeepCopy() *HTTPCheck

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

func (*HTTPCheck) DeepCopyInto

func (in *HTTPCheck) DeepCopyInto(out *HTTPCheck)

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

func (*HTTPCheck) DeepCopyObject

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

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

type HTTPCheckList

type HTTPCheckList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []HTTPCheck `json:"items"`
}

HTTPCheckList is a list of HTTPCheck resources

func (*HTTPCheckList) DeepCopy

func (in *HTTPCheckList) DeepCopy() *HTTPCheckList

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

func (*HTTPCheckList) DeepCopyInto

func (in *HTTPCheckList) DeepCopyInto(out *HTTPCheckList)

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

func (*HTTPCheckList) DeepCopyObject

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

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

type HTTPCheckSpec

type HTTPCheckSpec struct {
	Name string `json:"name"`
	URL  string `json:"url"`
}

HTTPCheckSpec is the spec for a HTTPCheck resource

func (*HTTPCheckSpec) DeepCopy

func (in *HTTPCheckSpec) DeepCopy() *HTTPCheckSpec

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

func (*HTTPCheckSpec) DeepCopyInto

func (in *HTTPCheckSpec) DeepCopyInto(out *HTTPCheckSpec)

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

type HTTPCheckStatus

type HTTPCheckStatus struct {
	PingdomStatus string `json:"pingdomStatus"`
	PingdomID     int    `json:"pingdomID"`
}

HTTPCheckStatus is the status for a HTTPCheck resource

func (*HTTPCheckStatus) DeepCopy

func (in *HTTPCheckStatus) DeepCopy() *HTTPCheckStatus

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

func (*HTTPCheckStatus) DeepCopyInto

func (in *HTTPCheckStatus) DeepCopyInto(out *HTTPCheckStatus)

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