Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HtmlPage = `` /* 965-byte string literal not displayed */
View Source
var KyvernoTemplate = `` /* 1103-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type DeprecatedResource ¶
type DeprecatedResourceList ¶
type DeprecatedResourceList struct {
Items []DeprecatedResource
}
DeprecatedResourceList implements PrintableList
func (DeprecatedResourceList) ToHtml ¶
func (p DeprecatedResourceList) ToHtml() string
func (DeprecatedResourceList) ToJson ¶
func (p DeprecatedResourceList) ToJson() string
func (DeprecatedResourceList) ToTable ¶
func (p DeprecatedResourceList) ToTable() string
type Deprecation ¶
type Deprecation struct { KubeClient *kubernetes.KubeClient K8sVersion string IgnoredKinds []string ThrottleBurst int Category string Subject string ValidationFailureAction string Background bool }
func (Deprecation) DeletePolicy ¶
func (d Deprecation) DeletePolicy()
func (Deprecation) ExecuteKyvernoCreate ¶
func (d Deprecation) ExecuteKyvernoCreate() string
func (Deprecation) ExecuteList ¶
func (d Deprecation) ExecuteList() printer.PrintableList
func (Deprecation) HandleKyvernoResult ¶
func (d Deprecation) HandleKyvernoResult(stringOutput, output, outputFile string, dryRun bool)
type GroupVersion ¶
type GroupVersionKind ¶
Click to show internal directories.
Click to hide internal directories.