Documentation ¶
Overview ¶
Package v1 is the v1alpha1 version of the API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serverlessquota ¶
type Serverlessquota struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServerlessquotaSpec `json:"spec"` }
Serverless is a specification for a Serverless resource
func (*Serverlessquota) DeepCopy ¶
func (in *Serverlessquota) DeepCopy() *Serverlessquota
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Serverlessquota.
func (*Serverlessquota) DeepCopyInto ¶
func (in *Serverlessquota) DeepCopyInto(out *Serverlessquota)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Serverlessquota) DeepCopyObject ¶
func (in *Serverlessquota) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServerlessquotaList ¶
type ServerlessquotaList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Serverlessquota `json:"items"` }
ServerlessquotaList is a list of Foo resources
func (*ServerlessquotaList) DeepCopy ¶
func (in *ServerlessquotaList) DeepCopy() *ServerlessquotaList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerlessquotaList.
func (*ServerlessquotaList) DeepCopyInto ¶
func (in *ServerlessquotaList) DeepCopyInto(out *ServerlessquotaList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServerlessquotaList) DeepCopyObject ¶
func (in *ServerlessquotaList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServerlessquotaSpec ¶
type ServerlessquotaSpec struct { MyAreaName string `json:"myAreaName"` NodeAreaType string `json:"nodeAreaType"` SupervisorName string `json:"supervisorName"` }
ServerlessquotaSpec is the spec for a Foo resource
func (*ServerlessquotaSpec) DeepCopy ¶
func (in *ServerlessquotaSpec) DeepCopy() *ServerlessquotaSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServerlessquotaSpec.
func (*ServerlessquotaSpec) DeepCopyInto ¶
func (in *ServerlessquotaSpec) DeepCopyInto(out *ServerlessquotaSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.