package
Version:
v0.0.0-...-e91ad15
Opens a new window with list of versions in this module.
Published: Sep 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BasicTenancy struct {
Tenant string `json:"tenant"`
Group string `json:"group"`
User string `json:"user"`
}
type Tenancy struct {
BasicTenancy `json:",inline"`
IDC string `json:"idc,omitempty"`
Region string `json:"region,omitempty"`
ClusterID string `json:"cluster_id,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.