Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the osp-director v1beta1 API group +kubebuilder:object:generate=true +groupName=osp-director.openstack.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "osp-director.openstack.org", Version: "v1beta1"} // 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 ControlPlane ¶
type ControlPlane struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ControlPlaneSpec `json:"spec,omitempty"` Status ControlPlaneStatus `json:"status,omitempty"` }
ControlPlane is the Schema for the controlplanes API
func (*ControlPlane) DeepCopy ¶
func (in *ControlPlane) DeepCopy() *ControlPlane
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlane.
func (*ControlPlane) DeepCopyInto ¶
func (in *ControlPlane) DeepCopyInto(out *ControlPlane)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ControlPlane) DeepCopyObject ¶
func (in *ControlPlane) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ControlPlaneList ¶
type ControlPlaneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ControlPlane `json:"items"` }
ControlPlaneList contains a list of ControlPlane
func (*ControlPlaneList) DeepCopy ¶
func (in *ControlPlaneList) DeepCopy() *ControlPlaneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneList.
func (*ControlPlaneList) DeepCopyInto ¶
func (in *ControlPlaneList) DeepCopyInto(out *ControlPlaneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ControlPlaneList) DeepCopyObject ¶
func (in *ControlPlaneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ControlPlaneSpec ¶
type ControlPlaneSpec struct { // Foo is an example field of ControlPlane. Edit ControlPlane_types.go to remove/update Foo string `json:"foo,omitempty"` }
ControlPlaneSpec defines the desired state of ControlPlane
func (*ControlPlaneSpec) DeepCopy ¶
func (in *ControlPlaneSpec) DeepCopy() *ControlPlaneSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneSpec.
func (*ControlPlaneSpec) DeepCopyInto ¶
func (in *ControlPlaneSpec) DeepCopyInto(out *ControlPlaneSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ControlPlaneStatus ¶
type ControlPlaneStatus struct { }
ControlPlaneStatus defines the observed state of ControlPlane
func (*ControlPlaneStatus) DeepCopy ¶
func (in *ControlPlaneStatus) DeepCopy() *ControlPlaneStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControlPlaneStatus.
func (*ControlPlaneStatus) DeepCopyInto ¶
func (in *ControlPlaneStatus) DeepCopyInto(out *ControlPlaneStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProvisionServer ¶
type ProvisionServer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ProvisionServerSpec `json:"spec,omitempty"` Status ProvisionServerStatus `json:"status,omitempty"` }
ProvisionServer is the Schema for the provisionservers API
func (*ProvisionServer) DeepCopy ¶
func (in *ProvisionServer) DeepCopy() *ProvisionServer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProvisionServer.
func (*ProvisionServer) DeepCopyInto ¶
func (in *ProvisionServer) DeepCopyInto(out *ProvisionServer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProvisionServer) DeepCopyObject ¶
func (in *ProvisionServer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProvisionServerList ¶
type ProvisionServerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProvisionServer `json:"items"` }
ProvisionServerList contains a list of ProvisionServer
func (*ProvisionServerList) DeepCopy ¶
func (in *ProvisionServerList) DeepCopy() *ProvisionServerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProvisionServerList.
func (*ProvisionServerList) DeepCopyInto ¶
func (in *ProvisionServerList) DeepCopyInto(out *ProvisionServerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProvisionServerList) DeepCopyObject ¶
func (in *ProvisionServerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ProvisionServerSpec ¶
type ProvisionServerSpec struct { // Foo is an example field of ProvisionServer. Edit ProvisionServer_types.go to remove/update Foo string `json:"foo,omitempty"` Port int `json:"port"` RhelImageURL string `json:"rhelImageUrl,omitempty"` }
ProvisionServerSpec defines the desired state of ProvisionServer
func (*ProvisionServerSpec) DeepCopy ¶
func (in *ProvisionServerSpec) DeepCopy() *ProvisionServerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProvisionServerSpec.
func (*ProvisionServerSpec) DeepCopyInto ¶
func (in *ProvisionServerSpec) DeepCopyInto(out *ProvisionServerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProvisionServerStatus ¶
type ProvisionServerStatus struct { // Provisioning IP of underlying Apache web server hosting images ProvisiongServerIP string `json:"provisioningServerIp,omitempty"` }
ProvisionServerStatus defines the observed state of ProvisionServer
func (*ProvisionServerStatus) DeepCopy ¶
func (in *ProvisionServerStatus) DeepCopy() *ProvisionServerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProvisionServerStatus.
func (*ProvisionServerStatus) DeepCopyInto ¶
func (in *ProvisionServerStatus) DeepCopyInto(out *ProvisionServerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.