package
Version:
v0.0.0-...-e717c8f
Opens a new window with list of versions in this module.
Published: Jul 23, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
this function registers all the commands available at "wizardry k8s" level
type ClusterRole struct {
Kind string `yaml:"kind"`
APIVersion string `yaml:"apiVersion"`
Metadata Metadata `yaml:"metadata"`
Rules []RoleRule `yaml:"rules"`
}
type Metadata struct {
Name string `yaml:"name"`
}
type RoleRule struct {
APIGroups []string `yaml:"apiGroups"`
Resources []string `yaml:"resources"`
Verbs []string `yaml:"verbs"`
}
type WorkloadSpread struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.