...

Source file src/edge-infra.dev/pkg/sds/ien/bootoptions/constants.go

Documentation: edge-infra.dev/pkg/sds/ien/bootoptions

     1  package bootoptions
     2  
     3  import "edge-infra.dev/pkg/sds/ien/k8s/controllers/pxe/common"
     4  
     5  var (
     6  	// configmap data
     7  	ACRelay      = "ac_relay"
     8  	ACKBootstrap = "ack_bootstrap"
     9  	PXEEnabled   = "pxe_enabled"
    10  
    11  	// boot-options configmap name and ns
    12  	ConfigMapName      = "boot-options"
    13  	ConfigMapNamespace = common.PXENamespace
    14  )
    15  

View as plain text