Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the openstack v1alpha1 API group +kubebuilder:object:generate=true +groupName=openstack.osop.org
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "openstack.osop.org", Version: "v1alpha1"} // 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 KeystoneServer ¶
type KeystoneServer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec KeystoneServerSpec `json:"spec,omitempty"` Status KeystoneServerStatus `json:"status,omitempty"` }
KeystoneServer is the Schema for the keystoneservers API
func (*KeystoneServer) DeepCopy ¶
func (in *KeystoneServer) DeepCopy() *KeystoneServer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeystoneServer.
func (*KeystoneServer) DeepCopyInto ¶
func (in *KeystoneServer) DeepCopyInto(out *KeystoneServer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KeystoneServer) DeepCopyObject ¶
func (in *KeystoneServer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KeystoneServerList ¶
type KeystoneServerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []KeystoneServer `json:"items"` }
KeystoneServerList contains a list of KeystoneServer
func (*KeystoneServerList) DeepCopy ¶
func (in *KeystoneServerList) DeepCopy() *KeystoneServerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeystoneServerList.
func (*KeystoneServerList) DeepCopyInto ¶
func (in *KeystoneServerList) DeepCopyInto(out *KeystoneServerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KeystoneServerList) DeepCopyObject ¶
func (in *KeystoneServerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KeystoneServerSpec ¶
type KeystoneServerSpec struct { Image string `json:"image,omitempty"` Release string `json:"release,omitempty"` Replicas *int32 `json:"replicas,omitempty"` Config osconf.IniFile `json:"config,omitempty"` Policy osconf.Policy `json:"policy,omitempty"` }
KeystoneServerSpec defines the desired state of KeystoneServer
func (*KeystoneServerSpec) DeepCopy ¶
func (in *KeystoneServerSpec) DeepCopy() *KeystoneServerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeystoneServerSpec.
func (*KeystoneServerSpec) DeepCopyInto ¶
func (in *KeystoneServerSpec) DeepCopyInto(out *KeystoneServerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KeystoneServerStatus ¶
type KeystoneServerStatus struct {
Ready bool `json:"ready,omitempty"`
}
KeystoneServerStatus defines the observed state of KeystoneServer
func (*KeystoneServerStatus) DeepCopy ¶
func (in *KeystoneServerStatus) DeepCopy() *KeystoneServerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeystoneServerStatus.
func (*KeystoneServerStatus) DeepCopyInto ¶
func (in *KeystoneServerStatus) DeepCopyInto(out *KeystoneServerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.