Documentation ¶
Overview ¶
Package v1 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: frontend.GroupName, Version: "v1"}
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 Vhost ¶
type Vhost struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VhostSpec `json:"spec,omitempty"` Status VhostStatus `json:"status,omitempty"` }
Vhost is the Schema for the vhosts API
func (*Vhost) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vhost.
func (*Vhost) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Vhost) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VhostList ¶
type VhostList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Vhost `json:"items"` }
VhostList contains a list of Vhost
func (*VhostList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VhostList.
func (*VhostList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VhostList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VhostSpec ¶
type VhostSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "make" to regenerate code after modifying this file // +required DomainName string `json:"domainName"` // +required PkgName string `json:"pkgName"` }
VhostSpec defines the desired state of Vhost
func (*VhostSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VhostSpec.
func (*VhostSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VhostStatus ¶
type VhostStatus struct { }
VhostStatus defines the observed state of Vhost
func (*VhostStatus) DeepCopy ¶
func (in *VhostStatus) DeepCopy() *VhostStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VhostStatus.
func (*VhostStatus) DeepCopyInto ¶
func (in *VhostStatus) DeepCopyInto(out *VhostStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.