v1alpha1

package
v0.0.0-...-16423e1 Latest Latest
Warning

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

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

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the misf v1alpha1 API group +kubebuilder:object:generate=true +groupName=misf.ibm.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "misf.ibm.com", Version: "v1alpha1"}

	// 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 ManagedFusionOffering

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

	Spec   ManagedFusionOfferingSpec   `json:"spec,omitempty"`
	Status ManagedFusionOfferingStatus `json:"status,omitempty"`
}

ManagedFusionOffering is the Schema for the managedfusionofferings API

func (*ManagedFusionOffering) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedFusionOffering.

func (*ManagedFusionOffering) DeepCopyInto

func (in *ManagedFusionOffering) DeepCopyInto(out *ManagedFusionOffering)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ManagedFusionOffering) DeepCopyObject

func (in *ManagedFusionOffering) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type ManagedFusionOfferingList

type ManagedFusionOfferingList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ManagedFusionOffering `json:"items"`
}

ManagedFusionOfferingList contains a list of ManagedFusionOffering

func (*ManagedFusionOfferingList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedFusionOfferingList.

func (*ManagedFusionOfferingList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ManagedFusionOfferingList) DeepCopyObject

func (in *ManagedFusionOfferingList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type ManagedFusionOfferingSpec

type ManagedFusionOfferingSpec struct {
	Kind    OfferingKind `json:"kind"`
	Release string       `json:"release"`
	Config  string       `json:"config"`
}

ManagedFusionOfferingSpec defines the desired state of ManagedFusionOffering

func (*ManagedFusionOfferingSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedFusionOfferingSpec.

func (*ManagedFusionOfferingSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ManagedFusionOfferingStatus

type ManagedFusionOfferingStatus struct {
}

ManagedFusionOfferingStatus defines the observed state of ManagedFusionOffering

func (*ManagedFusionOfferingStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ManagedFusionOfferingStatus.

func (*ManagedFusionOfferingStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OfferingKind

type OfferingKind string

+kubebuilder:validation:Enum=DF;DFC

const (
	KindDataFoundation       OfferingKind = "DF"
	KindDataFoundationClient OfferingKind = "DFC"
)

Jump to

Keyboard shortcuts

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