Documentation
¶
Overview ¶
Package v1beta1 contains API Schema definitions for the enmasse v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=enmasse.io
Package v1beta1 contains API Schema definitions for the enmasse v1beta1 API group +k8s:deepcopy-gen=package,register +groupName=enmasse.io
Index ¶
- Variables
- func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
- func RegisterDefaults(scheme *runtime.Scheme) error
- type AddressPlan
- type AddressPlanList
- type AddressPlanResources
- type AddressPlanSpec
- type AddressPlanStatus
- type AddressSpacePlan
- type AddressSpacePlanList
- type AddressSpacePlanResourceLimits
- type AddressSpacePlanSpec
- type AddressSpacePlanStatus
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "admin.enmasse.io", Version: "v1beta2"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
Types ¶
type AddressPlan ¶
type AddressPlan struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AddressPlanSpec `json:"spec,omitempty"` Status AddressPlanStatus `json:"status,omitempty"` }
AddressPlan is the Schema for the addressplans API +k8s:openapi-gen=true
func (*AddressPlan) DeepCopy ¶
func (in *AddressPlan) DeepCopy() *AddressPlan
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressPlan.
func (*AddressPlan) DeepCopyInto ¶
func (in *AddressPlan) DeepCopyInto(out *AddressPlan)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AddressPlan) DeepCopyObject ¶
func (in *AddressPlan) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AddressPlanList ¶
type AddressPlanList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AddressPlan `json:"items"` }
AddressPlanList contains a list of AddressPlan
func (*AddressPlanList) DeepCopy ¶
func (in *AddressPlanList) DeepCopy() *AddressPlanList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressPlanList.
func (*AddressPlanList) DeepCopyInto ¶
func (in *AddressPlanList) DeepCopyInto(out *AddressPlanList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AddressPlanList) DeepCopyObject ¶
func (in *AddressPlanList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AddressPlanResources ¶
func (*AddressPlanResources) DeepCopy ¶
func (in *AddressPlanResources) DeepCopy() *AddressPlanResources
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressPlanResources.
func (*AddressPlanResources) DeepCopyInto ¶
func (in *AddressPlanResources) DeepCopyInto(out *AddressPlanResources)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressPlanSpec ¶
type AddressPlanSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file DisplayName string `json:"displayName"` DisplayOrder int `json:"displayOrder"` ShortDescription string `json:"shortDescription"` LongDescription string `json:"longDescription"` AddressType string `json:"addressType"` Resources AddressPlanResources `json:"resources"` Partitions int `json:"partitions"` }
AddressPlanSpec defines the desired state of AddressPlan
func (*AddressPlanSpec) DeepCopy ¶
func (in *AddressPlanSpec) DeepCopy() *AddressPlanSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressPlanSpec.
func (*AddressPlanSpec) DeepCopyInto ¶
func (in *AddressPlanSpec) DeepCopyInto(out *AddressPlanSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressPlanStatus ¶
type AddressPlanStatus struct { }
AddressPlanStatus defines the observed state of AddressPlan
func (*AddressPlanStatus) DeepCopy ¶
func (in *AddressPlanStatus) DeepCopy() *AddressPlanStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressPlanStatus.
func (*AddressPlanStatus) DeepCopyInto ¶
func (in *AddressPlanStatus) DeepCopyInto(out *AddressPlanStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressSpacePlan ¶
type AddressSpacePlan struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AddressSpacePlanSpec `json:"spec,omitempty"` Status AddressSpacePlanStatus `json:"status,omitempty"` }
AddressSpacePlan is the Schema for the addressspaceplans API +k8s:openapi-gen=true
func (*AddressSpacePlan) DeepCopy ¶
func (in *AddressSpacePlan) DeepCopy() *AddressSpacePlan
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpacePlan.
func (*AddressSpacePlan) DeepCopyInto ¶
func (in *AddressSpacePlan) DeepCopyInto(out *AddressSpacePlan)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AddressSpacePlan) DeepCopyObject ¶
func (in *AddressSpacePlan) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AddressSpacePlanList ¶
type AddressSpacePlanList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AddressSpacePlan `json:"items"` }
AddressSpacePlanList contains a list of AddressSpacePlan
func (*AddressSpacePlanList) DeepCopy ¶
func (in *AddressSpacePlanList) DeepCopy() *AddressSpacePlanList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpacePlanList.
func (*AddressSpacePlanList) DeepCopyInto ¶
func (in *AddressSpacePlanList) DeepCopyInto(out *AddressSpacePlanList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AddressSpacePlanList) DeepCopyObject ¶
func (in *AddressSpacePlanList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AddressSpacePlanResourceLimits ¶
type AddressSpacePlanResourceLimits struct { Router string `json:"router"` Broker string `json:"broker"` Aggregate string `json:"aggregate"` }
func (*AddressSpacePlanResourceLimits) DeepCopy ¶
func (in *AddressSpacePlanResourceLimits) DeepCopy() *AddressSpacePlanResourceLimits
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpacePlanResourceLimits.
func (*AddressSpacePlanResourceLimits) DeepCopyInto ¶
func (in *AddressSpacePlanResourceLimits) DeepCopyInto(out *AddressSpacePlanResourceLimits)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressSpacePlanSpec ¶
type AddressSpacePlanSpec struct { // INSERT ADDITIONAL SPEC FIELDS - desired state of cluster // Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file DisplayName string `json:"displayName"` DisplayOrder int `json:"displayOrder"` InfraConfigRef string `json:"infraConfigRef"` ShortDescription string `json:"shortDescription"` LongDescription string `json:"longDescription"` AddressSpaceType string `json:"addressSpaceType"` ResourceLimits AddressSpacePlanResourceLimits `json:"resourceLimits"` AddressPlans []string `json:"addressPlans"` }
AddressSpacePlanSpec defines the desired state of AddressSpacePlan
func (*AddressSpacePlanSpec) DeepCopy ¶
func (in *AddressSpacePlanSpec) DeepCopy() *AddressSpacePlanSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpacePlanSpec.
func (*AddressSpacePlanSpec) DeepCopyInto ¶
func (in *AddressSpacePlanSpec) DeepCopyInto(out *AddressSpacePlanSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressSpacePlanStatus ¶
type AddressSpacePlanStatus struct { }
AddressSpacePlanStatus defines the observed state of AddressSpacePlan
func (*AddressSpacePlanStatus) DeepCopy ¶
func (in *AddressSpacePlanStatus) DeepCopy() *AddressSpacePlanStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpacePlanStatus.
func (*AddressSpacePlanStatus) DeepCopyInto ¶
func (in *AddressSpacePlanStatus) DeepCopyInto(out *AddressSpacePlanStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.