v1beta1

package
v0.0.0-...-5c2b304 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1beta1 contains API Schema definitions for the operator v1beta1 API group +kubebuilder:object:generate=true +groupName=operator.kyma-project.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "operator.kyma-project.io", Version: "v1beta1"} //nolint:gochecknoglobals

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} //nolint:gochecknoglobals

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme //nolint:gochecknoglobals
)

Functions

This section is empty.

Types

type CompassManagerMapping

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

	Status CompassManagerMappingStatus `json:"status,omitempty"`
	Spec   CompassManagerMappingSpec   `json:"spec,omitempty"`
}

CompassManagerMapping is the Schema for the compassmanagermappings API

func (*CompassManagerMapping) DeepCopy

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

func (*CompassManagerMapping) DeepCopyInto

func (in *CompassManagerMapping) DeepCopyInto(out *CompassManagerMapping)

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

func (*CompassManagerMapping) DeepCopyObject

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

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

type CompassManagerMappingList

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

CompassManagerMappingList contains a list of CompassManagerMapping

func (*CompassManagerMappingList) DeepCopy

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

func (*CompassManagerMappingList) DeepCopyInto

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

func (*CompassManagerMappingList) DeepCopyObject

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

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

type CompassManagerMappingSpec

type CompassManagerMappingSpec struct{}

CompassManagerMappingSpec defines the desired state of CompassManagerMapping

func (*CompassManagerMappingSpec) DeepCopy

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

func (*CompassManagerMappingSpec) DeepCopyInto

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

type CompassManagerMappingStatus

type CompassManagerMappingStatus struct {
	Registered bool   `json:"registered"`
	Configured bool   `json:"configured"`
	State      string `json:"state,omitempty"`
}

CompassManagerMappingStatus defines the observed state of CompassManagerMapping

func (*CompassManagerMappingStatus) DeepCopy

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

func (*CompassManagerMappingStatus) DeepCopyInto

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