コード例 #1
0
ファイル: ImageClient.cs プロジェクト: renatotkr/Platform
 internal ImageClient(ApiBase api)
 {
     this.api = api;
 }
コード例 #2
0
 internal VolumeClient(ApiBase api)
 {
     this.api = api;
 }
コード例 #3
0
 internal RepositoryClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
コード例 #4
0
 internal EnvironmentClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
コード例 #5
0
 internal DeploymentClient(ApiBase api)
 {
     this.api = api;
 }
コード例 #6
0
ファイル: ClusterClient.cs プロジェクト: renatotkr/Platform
 internal ClusterClient(ApiBase api)
 {
     this.api = api;
 }
コード例 #7
0
 internal ProgramClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
コード例 #8
0
ファイル: HostClient.cs プロジェクト: renatotkr/Platform
 internal HostClient(ApiBase api)
 {
     this.api = api;
 }