types

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CrdForList

type CrdForList struct {
	Kind              string      `json:"kind"`
	Name              string      `json:"name"`
	NamePlural        string      `json:"name_plural"`
	Group             string      `json:"group"`
	Scope             interface{} `json:"scope"`
	Version           []string    `json:"version"`
	CreationTimestamp v1.Time     `json:"creationTimestamp"`
}

type CreateNamespaceDto

type CreateNamespaceDto struct {
	Name        string            `json:"name"`
	Labels      map[string]string `json:"labels"`
	Annotations map[string]string `json:"annotations"`
}

func (CreateNamespaceDto) Validate

func (payload CreateNamespaceDto) Validate() error

type Node

type Node struct {
	Id string `json:"id"`
}

type UpdateNamespaceDto

type UpdateNamespaceDto struct {
	Labels map[string]string `json:"labels"`
}

Jump to

Keyboard shortcuts

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