 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package spec contains Kubernetes object specifications for gVisor setup.
Index ¶
Constants ¶
      View Source
      
  
const ( // SystemNamespace is the name of the Kubernetes system namespace. SystemNamespace = "kube-system" // PauseContainerImage is the name of a container image that does nothing. PauseContainerImage = "gcr.io/google-containers/pause" )
Variables ¶
      View Source
      
  
var ( // GKESandboxNodeSelector selects GKE Sandbox nodes on GKE. GKESandboxNodeSelector = map[string]string{/* contains filtered or unexported fields */} )
Functions ¶
func RunscInstallDaemonSet ¶
func RunscInstallDaemonSet(image string, options InstallOptions) *appsv1.DaemonSet
RunscInstallDaemonSet returns a DaemonSet spec that installs runsc in Kubernetes.
Types ¶
 Click to show internal directories. 
   Click to hide internal directories.