Documentation ¶
Index ¶
- func CheckEphemeralContainerFieldExist(podSpec *corev1.PodSpec) bool
- func CheckEphemeralContainerStatusFieldExist(podStatus *corev1.PodStatus) bool
- func ConfigMap(w *corev1.ConfigMap) *configMap
- func CronJob(cj *batchv1.CronJob, cjBeta *v1beta1.CronJob) *cronJob
- func Daemenset(d *appsv1.DaemonSet) *daemonset
- func Deployment(w *appsv1.Deployment) *deployment
- func Event(w *corev1.Event) *event
- func GetIngressHostInfo(ing *v1.Ingress) []resource.HostInfo
- func Ingress(ing *extensionsv1beta1.Ingress) *ingress
- func Job(w *batchv1.Job) *job
- func Namespace(w *corev1.Namespace) *namespace
- func Pod(w *corev1.Pod) *pod
- func Service(w *corev1.Service) *service
- func StatefulSet(w *appsv1.StatefulSet) *statefulSet
- type CronJobItem
- type K8sApiReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deployment ¶
func Deployment(w *appsv1.Deployment) *deployment
func Ingress ¶
func Ingress(ing *extensionsv1beta1.Ingress) *ingress
func StatefulSet ¶
func StatefulSet(w *appsv1.StatefulSet) *statefulSet
Types ¶
type CronJobItem ¶
type K8sApiReference ¶
type K8sApiReference struct { ApiVersion schema.GroupVersion Kind string OpenapiSchema *openapi_v2.Document }
func (*K8sApiReference) GetApiDocV2 ¶
func (k *K8sApiReference) GetApiDocV2(field string) string
Click to show internal directories.
Click to hide internal directories.