Documentation ¶
Overview ¶
Package v1alpha1 is the v1alpha1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeBuilder initializes a scheme builder SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // AddToScheme is a global function that registers this API group & version to a scheme AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: agh.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 Shout ¶
type Shout struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ShoutSpec `json:"spec"` Status ShoutStatus `json:"status"` }
Shout is a specification for a Foo resource
func (*Shout) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Shout.
func (*Shout) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Shout) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ShoutList ¶
type ShoutList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Shout `json:"items"` }
FooList is a list of Foo resources
func (*ShoutList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShoutList.
func (*ShoutList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ShoutList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ShoutSpec ¶
ShoutSpec is the spec for a Shout resource
func (*ShoutSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShoutSpec.
func (*ShoutSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ShoutStatus ¶
type ShoutStatus struct {
Written bool `json:"written"`
}
ShoutStatus is the status for a Shout resource
func (*ShoutStatus) DeepCopy ¶
func (in *ShoutStatus) DeepCopy() *ShoutStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShoutStatus.
func (*ShoutStatus) DeepCopyInto ¶
func (in *ShoutStatus) DeepCopyInto(out *ShoutStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.