Documentation
¶
Index ¶
- func ConfigMapList(opt *options.SearchOptions) *corev1.ConfigMapList
- func DaemonsetList(opt *options.SearchOptions) *appsv1.DaemonSetList
- func DeploymentList(opt *options.SearchOptions) *appsv1.DeploymentList
- func GetAge(d time.Duration) string
- func HpaList(opt *options.SearchOptions) *autoscalingv1.HorizontalPodAutoscalerList
- func NodeList(opt *options.SearchOptions) *corev1.NodeList
- func PodList(opt *options.SearchOptions) *corev1.PodList
- func SecretList(opt *options.SearchOptions) *corev1.SecretList
- func StatefulSetList(opt *options.SearchOptions) *appsv1.StatefulSetList
- func TrimQuoteAndSpace(input string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigMapList ¶ added in v1.2.3
func ConfigMapList(opt *options.SearchOptions) *corev1.ConfigMapList
ConfigMapList - return a list of ConfigMap(s)
func DaemonsetList ¶
func DaemonsetList(opt *options.SearchOptions) *appsv1.DaemonSetList
DaemonsetList - return a list of DaemonSet(s)
func DeploymentList ¶
func DeploymentList(opt *options.SearchOptions) *appsv1.DeploymentList
DeploymentList - return a list of Deployment(s)
func HpaList ¶
func HpaList(opt *options.SearchOptions) *autoscalingv1.HorizontalPodAutoscalerList
HpaList - return a list of HPA(s)
func NodeList ¶
func NodeList(opt *options.SearchOptions) *corev1.NodeList
NodeList - return a list of Node(s)
func PodList ¶
func PodList(opt *options.SearchOptions) *corev1.PodList
PodList - return a list of Pod(s)
func SecretList ¶ added in v1.2.3
func SecretList(opt *options.SearchOptions) *corev1.SecretList
SecretList - return a list of Secret(s)
func StatefulSetList ¶ added in v1.2.0
func StatefulSetList(opt *options.SearchOptions) *appsv1.StatefulSetList
StatefulSetList - return a list of StatefulSets
func TrimQuoteAndSpace ¶
TrimQuoteAndSpace - remove Spaces, Tabs, SingleQuotes, DoubleQuites
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.