v1beta2

package
v0.0.0-...-0e4f5d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const GroupVersion = "v1beta2"

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: admin.GroupName, Version: GroupVersion}

Functions

func Kind

func Kind(kind string) schema.GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Types

type AddressPlan

type AddressPlan struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   AddressPlanSpec   `json:"spec"`
	Status AddressPlanStatus `json:"status,omitempty"`
}

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"`
}

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 AddressPlanPhase

type AddressPlanPhase string
const (
	AddressPlanPending     AddressPlanPhase = "Pending"
	AddressPlanConfiguring AddressPlanPhase = "Configuring"
	AddressPlanActive      AddressPlanPhase = "Active"
	AddressPlanFailed      AddressPlanPhase = "Failed"
)

type AddressPlanSpec

type AddressPlanSpec struct {
	AddressType      string             `json:"addressType"`
	DisplayName      string             `json:"displayName,omitempty"`
	LongDescription  string             `json:"longDescription,omitempty"`
	ShortDescription string             `json:"shortDescription,omitempty"`
	DisplayOrder     int                `json:"displayOrder,omitempty"`
	Resources        map[string]float64 `json:"resources,omitempty"`
}

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 {
	Phase   AddressPlanPhase `json:"phase,omitempty"`
	Message string           `json:"message,omitempty"`
}

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"`
	Status AddressSpacePlanStatus `json:"status,omitempty"`
}

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"`
}

func (*AddressSpacePlanList) DeepCopy

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 AddressSpacePlanPhase

type AddressSpacePlanPhase string
const (
	AddressSpacePlanPending     AddressSpacePlanPhase = "Pending"
	AddressSpacePlanConfiguring AddressSpacePlanPhase = "Configuring"
	AddressSpacePlanActive      AddressSpacePlanPhase = "Active"
	AddressSpacePlanFailed      AddressSpacePlanPhase = "Failed"
)

type AddressSpacePlanSpec

type AddressSpacePlanSpec struct {
	AddressPlans     []string           `json:"addressPlans"`
	AddressSpaceType string             `json:"addressSpaceType"`
	DisplayName      string             `json:"displayName,omitempty"`
	LongDescription  string             `json:"longDescription,omitempty"`
	ShortDescription string             `json:"shortDescription,omitempty"`
	InfraConfigRef   string             `json:"infraConfigRef,omitempty"`
	DisplayOrder     int                `json:"displayOrder,omitempty"`
	ResourceLimits   map[string]float64 `json:"resourceLimits,omitempty"`
}

func (*AddressSpacePlanSpec) DeepCopy

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 {
	Phase   AddressSpacePlanPhase `json:"phase,omitempty"`
	Message string                `json:"message,omitempty"`
}

func (*AddressSpacePlanStatus) DeepCopy

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL