github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/api/cloudcontroller/ccv2/constant/feature_flag.go (about)

     1  package constant
     2  
     3  // FeatureFlagName is the name of the feature flag given by the Cloud
     4  // Controller.
     5  type FeatureFlagName string
     6  
     7  const (
     8  	// FeatureFlagServiceInstanceSharing is the name of the service instance
     9  	// sharing feature flag.
    10  	FeatureFlagServiceInstanceSharing FeatureFlagName = "service_instance_sharing"
    11  )