crd

package
v0.0.0-...-b9ae4fd Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DubboKind

type DubboKind struct {
	metav1.TypeMeta
	metav1.ObjectMeta `json:"metadata"`
	Spec              json.RawMessage  `json:"spec"`
	Status            *json.RawMessage `json:"status"`
}

func (*DubboKind) DeepCopyInto

func (dk *DubboKind) DeepCopyInto(outDk *DubboKind)

func (*DubboKind) GetObjectMetadata

func (dk *DubboKind) GetObjectMetadata() metav1.ObjectMeta

func (*DubboKind) GetSpec

func (dk *DubboKind) GetSpec() json.RawMessage

func (*DubboKind) GetStatus

func (dk *DubboKind) GetStatus() *json.RawMessage

type DubboObject

type DubboObject interface {
	runtime.Object
	GetSpec() json.RawMessage
	GetStatus() *json.RawMessage
	GetObjectMetadata() metav1.ObjectMeta
}

Jump to

Keyboard shortcuts

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