tenancy

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 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 BasicTenancy

type BasicTenancy struct {
	Tenant string `json:"tenant"`
	User   string `json:"user"`
}

type Tenancy

type Tenancy struct {
	BasicTenancy `json:",inline"`
	IDC          string `json:"idc,omitempty"`
	Region       string `json:"region,omitempty"`
}

func GetTenancy

func GetTenancy(metaObj metav1.Object) (*Tenancy, error)

Jump to

Keyboard shortcuts

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