github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+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  }