github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/internal/operator/boom/api/v1beta1/metrics-server.go (about)

     1  package v1beta1
     2  
     3  type MetricsServer struct {
     4  	//Flag if tool should be deployed
     5  	//@default: false
     6  	Deploy bool `json:"deploy" yaml:"deploy"`
     7  }