Пример #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;
 }