Exemple #1
0
 internal ImageClient(ApiBase api)
 {
     this.api = api;
 }
Exemple #2
0
 internal VolumeClient(ApiBase api)
 {
     this.api = api;
 }
Exemple #3
0
 internal RepositoryClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
 internal EnvironmentClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
 internal DeploymentClient(ApiBase api)
 {
     this.api = api;
 }
Exemple #6
0
 internal ClusterClient(ApiBase api)
 {
     this.api = api;
 }
Exemple #7
0
 internal ProgramClient(ApiBase api)
 {
     this.api = api ?? throw new ArgumentNullException(nameof(api));
 }
Exemple #8
0
 internal HostClient(ApiBase api)
 {
     this.api = api;
 }