Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API. +groupName=pingdom.mallon.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: pingdom.GroupName, Version: "v1alpha1"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPCheck.
func (*HTTPCheck) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HTTPCheck) DeepCopyObject ¶
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 ¶
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.