github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+incompatible/api/cloudcontroller/ccv3/constant/buildpack.go (about) 1 package constant 2 3 const ( 4 // AutodetectBuildpackValueDefault is used to unset the buildpack values on 5 // an application. 6 AutodetectBuildpackValueDefault = "default" 7 // AutodetectBuildpackValueNull is used to unset the buildpack values on an 8 // application. 9 AutodetectBuildpackValueNull = "null" 10 ) 11 12 const ( 13 // Represents the awaiting upload state of a buildpack 14 BuildpackAwaitingUpload = "AWAITING_UPLOAD" 15 // Represents the ready state of a buildpack 16 BuildpackReady = "READY" 17 )