예제 #1
0
 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
 internal ClusterClient(ApiBase api)
 {
     this.api = api;
 }
예제 #7
0
 internal ProgramClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
예제 #8
0
 internal HostClient(ApiBase api)
 {
     this.api = api;
 }