Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllTypes ¶
type AllTypes interface { Metas Pods PodSpeccers Services StatefulSets Deployments NetworkPolicies Ingresses CronJobs PodDisruptionBudgets HorizontalPodAutoscalers }
type CronJobs ¶
type CronJobs interface {
CronJobs() []batchv1beta1.CronJob
}
type Deployments ¶
type Deployments interface {
Deployments() []appsv1.Deployment
}
type HorizontalPodAutoscalers ¶ added in v1.2.0
type HorizontalPodAutoscalers interface {
HorizontalPodAutoscalers() []autoscalingv1.HorizontalPodAutoscaler
}
type Ingresses ¶
type Ingresses interface {
Ingresses() []extensionsv1beta1.Ingress
}
type NetworkPolicies ¶
type NetworkPolicies interface {
NetworkPolicies() []networkingv1.NetworkPolicy
}
type PodDisruptionBudgets ¶
type PodDisruptionBudgets interface {
PodDisruptionBudgets() []policyv1beta1.PodDisruptionBudget
}
type PodSpeccers ¶
type PodSpeccers interface {
PodSpeccers() []PodSpecer
}
type PodSpecer ¶
type PodSpecer interface { GetTypeMeta() metav1.TypeMeta GetObjectMeta() metav1.ObjectMeta GetPodTemplateSpec() corev1.PodTemplateSpec }
type StatefulSets ¶
type StatefulSets interface {
StatefulSets() []appsv1.StatefulSet
}
Click to show internal directories.
Click to hide internal directories.