Documentation ¶
Index ¶
Constants ¶
View Source
const GroupName = "compute.dicot.io"
View Source
const NamespaceSystem = "dicot-system"
Variables ¶
View Source
var GroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1alpha1"}
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type Flavor ¶
type Flavor struct { metav1.TypeMeta `json:",inline"` ObjectMeta metav1.ObjectMeta `json:"metadata,omitempty"` Spec FlavorSpec `json:"spec,omitempty" valid:"required"` }
func (*Flavor) GetObjectKind ¶
func (v *Flavor) GetObjectKind() schema.ObjectKind
func (*Flavor) GetObjectMeta ¶
type FlavorList ¶
type FlavorList struct { metav1.TypeMeta `json:",inline"` ListMeta metav1.ListMeta `json:"metadata,omitempty"` Items []Flavor `json:"items"` }
func (*FlavorList) GetListMeta ¶
func (vl *FlavorList) GetListMeta() metav1.List
func (*FlavorList) GetObjectKind ¶
func (vl *FlavorList) GetObjectKind() schema.ObjectKind
type FlavorResources ¶
type FlavorSpec ¶
type Keypair ¶
type Keypair struct { metav1.TypeMeta `json:",inline"` ObjectMeta metav1.ObjectMeta `json:"metadata,omitempty"` Spec KeypairSpec `json:"spec,omitempty" valid:"required"` }
func (*Keypair) GetObjectKind ¶
func (v *Keypair) GetObjectKind() schema.ObjectKind
func (*Keypair) GetObjectMeta ¶
type KeypairList ¶
type KeypairList struct { metav1.TypeMeta `json:",inline"` ListMeta metav1.ListMeta `json:"metadata,omitempty"` Items []Keypair `json:"items"` }
func (*KeypairList) GetListMeta ¶
func (vl *KeypairList) GetListMeta() metav1.List
func (*KeypairList) GetObjectKind ¶
func (vl *KeypairList) GetObjectKind() schema.ObjectKind
Click to show internal directories.
Click to hide internal directories.