github.com/Thanhphan1147/cloudfoundry-cli@v7.1.0+incompatible/actor/pushaction/version.go (about)

     1  package pushaction
     2  
     3  // CloudControllerV2APIVersion returns the Cloud Controller V2 API version.
     4  func (actor Actor) CloudControllerV2APIVersion() string {
     5  	return actor.V2Actor.CloudControllerAPIVersion()
     6  }
     7  
     8  // CloudControllerV3APIVersion returns the Cloud Controller V3 API version.
     9  func (actor Actor) CloudControllerV3APIVersion() string {
    10  	return actor.V3Actor.CloudControllerAPIVersion()
    11  }