Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CRDEntryDTO ¶
type CRDEntryDTO struct {
Name string `json:"name" yaml:"name"`
Enabled bool `json:"enabled" yaml:"enabled"`
Group string `json:"group" yaml:"group"`
Version string `json:"version" yaml:"version"`
Kind string `json:"kind" yaml:"kind"`
Plural string `json:"plural" yaml:"plural"`
Namespaced bool `json:"namespaced" yaml:"namespaced"`
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
Workers int `json:"workers" yaml:"workers"`
Resync string `json:"resync" yaml:"resync"`
DependsOn []string `json:"dependsOn,omitempty" yaml:"dependsOn,omitempty"`
Finalizers []string `json:"finalizers,omitempty" yaml:"finalizers,omitempty"`
Mode orktypes.CRDMode `json:"mode" yaml:"mode"`
}
Click to show internal directories.
Click to hide internal directories.