Documentation
¶
Index ¶
- Constants
- Variables
- func NewClient(client saclient.ClientAPI) (*v1.Client, error)
- func NewClientWithAPIRootURL(client saclient.ClientAPI, apiRootURL string) (*v1.Client, error)
- type ApplicationAPI
- type AutoScalingGroupAPI
- type CertificateAPI
- type ClusterAPI
- type LoadBalancerAPI
- type ServiceClassAPI
- type VersionAPI
- type WorkerNodeAPI
Constants ¶
View Source
const (
// DefaultAPIRootURL デフォルトのAPIルートURL
DefaultAPIRootURL = "https://secure.sakura.ad.jp/cloud/api/apprun-dedicated/1.0/"
)
View Source
const Version = "0.2.0"
Variables ¶
View Source
var NewApplicationOp = application.NewApplicationOp
View Source
var NewAutoScalingGroupOp = autoscalinggroup.NewAutoScalingGroupOp
View Source
var NewCertificateOp = certificate.NewCertificateOp
View Source
var NewClusterOp = cluster.NewClusterOp
View Source
var NewLoadBalancerOp = loadbalancer.NewLoadBalancerOp
View Source
var NewServiceClassOp = service_class.NewServiceClassOp
View Source
var NewVersionOp = version.NewVersionOp
View Source
var NewWorkerNodeOp = workernode.NewWorkerNodeOp
View Source
var UserAgent = fmt.Sprintf( "apprun-dedicated-api-go/%s (%s/%s; +https://github.com/sacloud/apprun-dedicated-api-go)", Version, runtime.GOOS, runtime.GOARCH, )
UserAgent APIリクエスト時のユーザーエージェント
Functions ¶
Types ¶
type ApplicationAPI ¶
type ApplicationAPI = application.ApplicationAPI
type AutoScalingGroupAPI ¶
type AutoScalingGroupAPI = autoscalinggroup.AutoScalingGroupAPI
type CertificateAPI ¶
type CertificateAPI = certificate.CertificateAPI
type ClusterAPI ¶
type ClusterAPI = cluster.ClusterAPI
type LoadBalancerAPI ¶
type LoadBalancerAPI = loadbalancer.LoadBalancerAPI
type ServiceClassAPI ¶
type ServiceClassAPI = service_class.ServiceClassAPI
type VersionAPI ¶
type VersionAPI = version.VersionAPI
type WorkerNodeAPI ¶
type WorkerNodeAPI = workernode.WorkerNodeAPI
Click to show internal directories.
Click to hide internal directories.