Documentation ¶
Overview ¶
Package crd contains the default stages for CRD.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Stage is the custom resource definition for stages. //go:embed bases/kwok.x-k8s.io_stages.yaml Stage []byte // Attach is the custom resource definition for attaches. //go:embed bases/kwok.x-k8s.io_attaches.yaml Attach []byte // ClusterAttach is the custom resource definition for cluster attaches. //go:embed bases/kwok.x-k8s.io_clusterattaches.yaml ClusterAttach []byte // Exec is the custom resource definition for execs. //go:embed bases/kwok.x-k8s.io_execs.yaml Exec []byte // ClusterExec is the custom resource definition for cluster execs. //go:embed bases/kwok.x-k8s.io_clusterexecs.yaml ClusterExec []byte // Logs is the custom resource definition for logs. //go:embed bases/kwok.x-k8s.io_logs.yaml Logs []byte // ClusterLogs is the custom resource definition for cluster logs. //go:embed bases/kwok.x-k8s.io_clusterlogs.yaml ClusterLogs []byte // PortForward is the custom resource definition for port forwards. //go:embed bases/kwok.x-k8s.io_portforwards.yaml PortForward []byte // ClusterPortForward is the custom resource definition for cluster port forwards. //go:embed bases/kwok.x-k8s.io_clusterportforwards.yaml ClusterPortForward []byte // ResourceUsage is the custom resource definition for resource usage. //go:embed bases/kwok.x-k8s.io_resourceusages.yaml ResourceUsage []byte // ClusterResourceUsage is the custom resource definition for cluster resource usage. //go:embed bases/kwok.x-k8s.io_clusterresourceusages.yaml ClusterResourceUsage []byte // Metric is the custom resource definition for metrics. //go:embed bases/kwok.x-k8s.io_metrics.yaml Metric []byte )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.