core

package
v0.0.0-...-b496eca Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ObjectGroup   = "core"
	ObjectVersion = "v1"

	ObjectKindNamespace = "Namespace"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Namespace

type Namespace struct {
	hz.ObjectMeta `json:"metadata,omitempty" cue:""`

	Spec   *NamespaceSpec   `json:"spec,omitempty"`
	Status *NamespaceStatus `json:"status,omitempty"`
}

func (Namespace) ObjectGroup

func (a Namespace) ObjectGroup() string

func (Namespace) ObjectKind

func (a Namespace) ObjectKind() string

func (Namespace) ObjectVersion

func (a Namespace) ObjectVersion() string

type NamespaceSpec

type NamespaceSpec struct{}

type NamespaceStatus

type NamespaceStatus struct{}

type Secret

type Secret struct {
	hz.ObjectMeta `           json:"metadata" cue:""`
	Data          SecretData `json:"data"     cue:",optional"`
}

func (Secret) ObjectGroup

func (s Secret) ObjectGroup() string

func (Secret) ObjectKind

func (s Secret) ObjectKind() string

func (Secret) ObjectVersion

func (s Secret) ObjectVersion() string

type SecretData

type SecretData map[string]string

Jump to

Keyboard shortcuts

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