domain

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2019 License: MIT Imports: 8 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BothMeta

type BothMeta struct {
	TypeMeta   metav1.TypeMeta
	ObjectMeta metav1.ObjectMeta
}

type Check

type Check struct {
	Name       string
	ID         string
	TargetType string
	Comment    string
	Optional   bool
}

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 Metas

type Metas interface {
	Metas() []BothMeta
}

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 Pods

type Pods interface {
	Pods() []corev1.Pod
}

type Services

type Services interface {
	Services() []corev1.Service
}

type StatefulSets

type StatefulSets interface {
	StatefulSets() []appsv1.StatefulSet
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL