Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the cloudagent.appuio.io v1 API group +kubebuilder:object:generate=true +groupName=cloudagent.appuio.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cloudagent.appuio.io", Version: "v1"} // 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 ZoneUsageProfile ¶
type ZoneUsageProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ZoneUsageProfileSpec `json:"spec,omitempty"` Status ZoneUsageProfileStatus `json:"status,omitempty"` }
ZoneUsageProfile is the Schema for the ZoneUsageProfiles API
func (*ZoneUsageProfile) DeepCopy ¶
func (in *ZoneUsageProfile) DeepCopy() *ZoneUsageProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneUsageProfile.
func (*ZoneUsageProfile) DeepCopyInto ¶
func (in *ZoneUsageProfile) DeepCopyInto(out *ZoneUsageProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ZoneUsageProfile) DeepCopyObject ¶
func (in *ZoneUsageProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ZoneUsageProfileList ¶
type ZoneUsageProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ZoneUsageProfile `json:"items"` }
ZoneUsageProfileList contains a list of ZoneUsageProfile
func (*ZoneUsageProfileList) DeepCopy ¶
func (in *ZoneUsageProfileList) DeepCopy() *ZoneUsageProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneUsageProfileList.
func (*ZoneUsageProfileList) DeepCopyInto ¶
func (in *ZoneUsageProfileList) DeepCopyInto(out *ZoneUsageProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ZoneUsageProfileList) DeepCopyObject ¶
func (in *ZoneUsageProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ZoneUsageProfileSpec ¶
type ZoneUsageProfileSpec struct { // UpstreamSpec is the spec of the upstream UsageProfile UpstreamSpec controlv1.UsageProfileSpec `json:"upstreamSpec"` }
ZoneUsageProfileSpec defines the desired state of ZoneUsageProfile
func (*ZoneUsageProfileSpec) DeepCopy ¶
func (in *ZoneUsageProfileSpec) DeepCopy() *ZoneUsageProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneUsageProfileSpec.
func (*ZoneUsageProfileSpec) DeepCopyInto ¶
func (in *ZoneUsageProfileSpec) DeepCopyInto(out *ZoneUsageProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ZoneUsageProfileStatus ¶
type ZoneUsageProfileStatus struct { }
ZoneUsageProfileStatus defines the observed state of ZoneUsageProfile
func (*ZoneUsageProfileStatus) DeepCopy ¶
func (in *ZoneUsageProfileStatus) DeepCopy() *ZoneUsageProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneUsageProfileStatus.
func (*ZoneUsageProfileStatus) DeepCopyInto ¶
func (in *ZoneUsageProfileStatus) DeepCopyInto(out *ZoneUsageProfileStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.