forked from fabric8io/kubernetes-client
-
Notifications
You must be signed in to change notification settings - Fork 2
/
OpenShiftClient.java
619 lines (534 loc) · 21.8 KB
/
OpenShiftClient.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
/**
* Copyright (C) 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.fabric8.openshift.client;
import io.fabric8.kubernetes.api.model.KubernetesList;
import io.fabric8.kubernetes.client.KubernetesClient;
import io.fabric8.kubernetes.client.RequestConfig;
import io.fabric8.kubernetes.client.VersionInfo;
import io.fabric8.kubernetes.client.dsl.*;
import io.fabric8.openshift.api.model.*;
import io.fabric8.openshift.api.model.miscellaneous.apiserver.v1.APIRequestCount;
import io.fabric8.openshift.api.model.miscellaneous.apiserver.v1.APIRequestCountList;
import io.fabric8.openshift.api.model.miscellaneous.cloudcredential.v1.CredentialsRequest;
import io.fabric8.openshift.api.model.miscellaneous.cloudcredential.v1.CredentialsRequestList;
import io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkAttachmentDefinition;
import io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkAttachmentDefinitionList;
import io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.BareMetalHost;
import io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.BareMetalHostList;
import io.fabric8.openshift.api.model.miscellaneous.network.operator.v1.EgressRouter;
import io.fabric8.openshift.api.model.miscellaneous.network.operator.v1.EgressRouterList;
import io.fabric8.openshift.api.model.miscellaneous.network.operator.v1.OperatorPKI;
import io.fabric8.openshift.api.model.miscellaneous.network.operator.v1.OperatorPKIList;
import io.fabric8.openshift.client.dsl.*;
import java.net.URL;
public interface OpenShiftClient extends KubernetesClient {
/**
* Get Url of the cluster
*
* @return {@link java.net.URL} of OpenShift Cluster
*/
URL getOpenshiftUrl();
/**
* API entrypoint for accessing OpenShift config APIGroup resources(config.openshift.io/v1)
*
* @return {@link OpenShiftConfigAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftConfigAPIGroupDSL config();
/**
* API entrypoint for accessing OpenShift console APIGroup resources(console.openshift.io/v1)
*
* @return {@link OpenShiftConsoleAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftConsoleAPIGroupDSL console();
/**
* API entrypoint for accessing OpenShift Cluster Operator resources (autoscaling.openshift.io)
*
* @return {@link OpenShiftClusterAutoscalingAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftClusterAutoscalingAPIGroupDSL clusterAutoscaling();
/**
* API entrypoint for accessing OpenShift Hive Operator resources (hive.openshift.io)
*
* @return {@link OpenShiftHiveAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftHiveAPIGroupDSL hive();
/**
* API entrypoint for accessing OpenShift operator APIGroup resources(operator.openshift.io/v1 and operator.openshift.io/v1alpha1)
*
* @return {@link OpenShiftOperatorAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftOperatorAPIGroupDSL operator();
/**
* API entrypoint for accessing OpenShift operator hub APIGroup resources(operator.coreos.com/v1alpha1)
*
* @return {@link OpenShiftOperatorHubAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftOperatorHubAPIGroupDSL operatorHub();
/**
* {@inheritDoc}
*/
@Override
ExtensionsAPIGroupDSL extensions();
/**
* {@inheritDoc}
*/
@Override
VersionInfo getVersion();
/**
* Get OpenShift version information from version/openshift
*
* @return VersionInfo object containing versioning information
*/
VersionInfo getOpenShiftV3Version();
/**
* Get OpenShift server version
* <br>for more information use resources(ClusterVersion.class).list()
*
* @return version String
*/
String getOpenShiftV4Version();
/**
* {@inheritDoc}
*/
@Override
AppsAPIGroupDSL apps();
/**
* {@inheritDoc}
*/
@Override
AutoscalingAPIGroupDSL autoscaling();
/**
* API entrypoint for accessing OpenShift Machine Config Operator resources (machineconfiguration.openshift.io)
*
* @return {@link MachineConfigurationAPIGroupDSL} which contains respective resources in this ApiGroup
*/
MachineConfigurationAPIGroupDSL machineConfigurations();
/*
* API entrypoint for accessing OpenShift Machine APIGroup resources(machine.openshift.io/v1beta1)
*
* @return {@link OpenShiftMachineAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftMachineAPIGroupDSL machine();
/**
* API entrypoint for accessing OpenShift operator APIGroup resources(monitoring.coreos.com/v1)
*
* @return {@link OpenShiftMonitoringAPIGroupDSL} which contains respective resources in this API group
*/
OpenShiftMonitoringAPIGroupDSL monitoring();
/**
* API entrypoint for handling NetNamespace(network.openshift.io/v1)
*
* @return NonNamespaceOperation instance for NetNamespace object
*/
NonNamespaceOperation<NetNamespace, NetNamespaceList, Resource<NetNamespace>> netNamespaces();
/**
* API entrypoint for handling ClusterNetwork(network.openshift.io/v1)
*
* @return NonNamespaceOperation instance for ClusterNetwork object
*/
NonNamespaceOperation<ClusterNetwork, ClusterNetworkList, Resource<ClusterNetwork>> clusterNetworks();
/**
* API entrypoint for handling EgressNetworkPolicy(network.openshift.io/v1)
*
* @return MixedOperation instance for EgressNetworkPolicy object
*/
MixedOperation<EgressNetworkPolicy, EgressNetworkPolicyList, Resource<EgressNetworkPolicy>> egressNetworkPolicies();
/**
* API entrypoint for HostSubnet (network.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for HostSubnet
*/
NonNamespaceOperation<HostSubnet, HostSubnetList, Resource<HostSubnet>> hostSubnets();
/**
* {@inheritDoc}
*/
@Override
NetworkAPIGroupDSL network();
/**
* {@inheritDoc}
*/
@Override
StorageAPIGroupDSL storage();
/**
* {@inheritDoc}
*/
@Override
BatchAPIGroupDSL batch();
/**
* {@inheritDoc}
*/
@Override
RbacAPIGroupDSL rbac();
/**
* {@inheritDoc}
*/
@Override
SchedulingAPIGroupDSL scheduling();
/**
* API entrypoint for APIRequestCount (apiserver.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for APIRequestCoutn
*/
NonNamespaceOperation<APIRequestCount, APIRequestCountList, Resource<APIRequestCount>> apiRequestCounts();
/**
* API entrypoint for BareMetalHost(metal3.io/v1alpha1)
*
* @return {@link MixedOperation} for BareMetalHost
*/
MixedOperation<BareMetalHost, BareMetalHostList, Resource<BareMetalHost>> bareMetalHosts();
/**
* API entrypoint for handling Build(build.openshift.io/v1)
*
* @return MixedOperation instance for Build object
*/
MixedOperation<Build, BuildList, BuildResource<Build, LogWatch>> builds();
/**
* API entrypoint for handling BuildConfig(build.openshift.io/v1)
*
* @return MixedOperation instance for BuildConfig object
*/
MixedOperation<BuildConfig, BuildConfigList, BuildConfigResource<BuildConfig, Void, Build>> buildConfigs();
/**
* API entrypoint for CredentialsRequest (cloudcredential.openshift.io/v1)
*
* @return {@link MixedOperation} for CredentialsRequest
*/
MixedOperation<CredentialsRequest, CredentialsRequestList, Resource<CredentialsRequest>> credentialsRequests();
/**
* API entrypoint for handling DeploymentConfig(apps.openshift.io/v1)
*
* @return MixedOperation instance for DeploymentConfig object
*/
MixedOperation<DeploymentConfig, DeploymentConfigList, DeployableScalableResource<DeploymentConfig>> deploymentConfigs();
/**
* API entrypoint for handling Group(user.openshift.io/v1)
*
* @return NonNamespaceOperation instance for Group object
*/
NonNamespaceOperation<Group, GroupList, Resource<Group>> groups();
/**
* API entrypoint for handling HelmChartRepository(helm.openshift.io/v1beta1)
*
* @return {@link NonNamespaceOperation} for HelmChartRepository
*/
NonNamespaceOperation<HelmChartRepository, HelmChartRepositoryList, Resource<HelmChartRepository>> helmChartRepositories();
/**
* API entrypoint for accessing Image(image.openshift.io/v1)
*
* @return Non Namespace Operation object for Image
*/
NonNamespaceOperation<Image, ImageList, Resource<Image>> images();
/**
* API entrypoint for accessing ImageTag(image.openshift.io/v1)
*
* @return MixedOperation object for ImageTag
*/
MixedOperation<ImageTag, ImageTagList, Resource<ImageTag>> imageTags();
/**
* API entrypoint for accessing ImageStream(image.openshift.io/v1)
*
* @return MixedOperation object for ImageStream
*/
MixedOperation<ImageStream, ImageStreamList, Resource<ImageStream>> imageStreams();
/**
* API entrypoint for accessing ImageStreamTag(image.openshift.io/v1)
*
* @return MixedOperation object for ImageStreamTag
*/
MixedOperation<ImageStreamTag, ImageStreamTagList, Resource<ImageStreamTag>> imageStreamTags();
/**
* API entrypoint for accessing ImageStreamImport(image.openshift.io/v1)
*
* @return {@link NamespacedInOutCreateable} for ImageStreamImport
*/
NamespacedInOutCreateable<ImageStreamImport, ImageStreamImport> imageStreamImports();
/**
* API entrypoint for accessing ImageStreamMapping(image.openshift.io/v1)
*
* @return {@link NamespacedInOutCreateable} for ImageStreamMapping
*/
NamespacedInOutCreateable<ImageStreamMapping, ImageStreamMapping> imageStreamMappings();
/**
* API entrypoint for accessing ImageStreamImage(image.openshift.io/v1)
*
* @return {@link Namespaceable} for ImageStreamImage operations
*/
Namespaceable<Nameable<? extends Gettable<ImageStreamImage>>> imageStreamImages();
/**
* API entrypoint for accessing ImageSignature(image.openshift.io/v1)
*
* @return {@link NameableCreateOrDeleteable} for ImageSignature operations
*/
NameableCreateOrDeleteable imageSignatures();
/**
* API entrypoint for Config(imageregistry.operator.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for Config
*/
NonNamespaceOperation<io.fabric8.openshift.api.model.miscellaneous.imageregistry.operator.v1.Config, io.fabric8.openshift.api.model.miscellaneous.imageregistry.operator.v1.ConfigList, Resource<io.fabric8.openshift.api.model.miscellaneous.imageregistry.operator.v1.Config>> imageRegistryOperatorConfigs();
/**
* API entrypoint for accessing NetworkAttachmentDefinition(k8s.cni.cncf.io/v1)
*
* @return {@link MixedOperation} for NetworkAttachmentDefinition
*/
MixedOperation<NetworkAttachmentDefinition, NetworkAttachmentDefinitionList, Resource<NetworkAttachmentDefinition>> networkAttachmentDefinitions();
/**
* API entrypoint for accessing OAuthAccessToken(oauth.openshift.io/v1)
*
* @return NonNamespaceOperation object for OAuthAccessToken
*/
NonNamespaceOperation<OAuthAccessToken, OAuthAccessTokenList, Resource<OAuthAccessToken>> oAuthAccessTokens();
/**
* API entrypoint for accessing OAuthAuthorizeToken(oauth.openshift.io/v1)
*
* @return NonNamespaceOperation object for OAuthAuthorizeToken
*/
NonNamespaceOperation<OAuthAuthorizeToken, OAuthAuthorizeTokenList, Resource<OAuthAuthorizeToken>> oAuthAuthorizeTokens();
/**
* API entrypoint for accessing OAuthClient(oauth.openshift.io/v1)
*
* @return NonNamespaceOperation object for OAuthClient
*/
NonNamespaceOperation<OAuthClient, OAuthClientList, Resource<OAuthClient>> oAuthClients();
/**
* API entrypoint for accessing OAuthClientAuthorization(oauth.openshift.io/v1)
*
* @return NonNamespaceOperation for OAuthClientAuthorization
*/
NonNamespaceOperation<OAuthClientAuthorization, OAuthClientAuthorizationList, Resource<OAuthClientAuthorization>> oAuthClientAuthorizations();
/**
* API entrypoint for OperatorPKI(network.operator.openshift.io/v1)
*
* @return {@link MixedOperation} for OperatorPKI
*/
MixedOperation<OperatorPKI, OperatorPKIList, Resource<OperatorPKI>> operatorPKIs();
/**
* API entrypoint for EgressRouter (network.operator.openshift.io/v1)
*
* @return {@link MixedOperation} for EgressRouter
*/
MixedOperation<EgressRouter, EgressRouterList, Resource<EgressRouter>> egressRouters();
/**
* API entrypoint for accessing PodSecurityPolicyReview (security.openshift.io/v1)
*
* @return InOutCreateable object for PodSecurityPolicyReview
*/
NamespacedInOutCreateable<PodSecurityPolicyReview, PodSecurityPolicyReview> podSecurityPolicyReviews();
/**
* API entrypoint for accessing PodSecurityPolicySelfSubjectReview (security.openshift.io/v1)
*
* @return InOutCreateable object for PodSecurityPolicySelfSubjectReview
*/
NamespacedInOutCreateable<PodSecurityPolicySelfSubjectReview, PodSecurityPolicySelfSubjectReview> podSecurityPolicySelfSubjectReviews();
/**
* API entrypoint for accessing PodSecurityPolicySubjectReview (security.openshift.io/v1)
*
* @return InOutCreateable object for PodSecurityPolicySubjectReview
*/
NamespacedInOutCreateable<PodSecurityPolicySubjectReview, PodSecurityPolicySubjectReview> podSecurityPolicySubjectReviews();
/**
* API entrypoint for accessing Project operations(project.openshift.io/v1)
*
* @return {@link ProjectOperation} for Project specific operations
*/
ProjectOperation projects();
/**
* API entrypoint for accessing ProjectRequest operations(project.openshift.io/v1)
*
* @return {@link ProjectRequestOperation} for ProjectRequest specific operations
*/
ProjectRequestOperation projectrequests();
/**
* API entrypoint for accessing OpenShift Quota APIGroup resources(quota.openshift.io/v1)
*
* @return {@link OpenShiftQuotaAPIGroupDSL} which contains operations for respective resources inside the APIGroup
*/
OpenShiftQuotaAPIGroupDSL quotas();
/**
* API entrypoint for accessing Role(authorization.openshift.io/v1)
*
* @return MixedOperation object for Role
*/
MixedOperation<Role, RoleList, Resource<Role>> roles();
/**
* API entrypoint for accessing RoleBinding(authorization.openshift.io/v1)
*
* @return MixedOperation object for RoleBinding
*/
MixedOperation<RoleBinding, RoleBindingList, Resource<RoleBinding>>
roleBindings();
/**
* API entrypoint for accessing Route(route.openshift.io/v1)
*
* @return MixedOperation object for Route
*/
MixedOperation<Route, RouteList, Resource<Route>> routes();
/**
* API entrypoint for accessing Template(template.openshift.io/v1)
*
* @return {@link ParameterMixedOperation} object for Template operations
*/
ParameterMixedOperation<Template, TemplateList, TemplateResource<Template, KubernetesList>> templates();
/**
* API entrypoint for TemplateInstance(template.openshift.io/v1)
*
* @return {@link MixedOperation} for TemplateInstance
*/
MixedOperation<TemplateInstance, TemplateInstanceList, Resource<TemplateInstance>> templateInstances();
/**
* API entrypoint for OpenShift Node Tuning operator model(tuned.openshift.io/v1)
*
* @return {@link OpenShiftTunedAPIGroupDSL} for access to various available resources
*/
OpenShiftTunedAPIGroupDSL tuned();
/**
* API entrypoint for BrokerTemplateInstance(template.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for BrokerTemplateInstance
*/
NonNamespaceOperation<BrokerTemplateInstance, BrokerTemplateInstanceList, Resource<BrokerTemplateInstance>> brokerTemplateInstances();
/**
* API entrypoint for accessing User(user.openshift.io/v1)
*
* @return NonNamespaceOperation object for User
*/
NonNamespaceOperation<User, UserList, Resource<User>> users();
/**
* API entrypoint for accessing RangeAllocation(security.openshift.io/v1)
*
* @return NonNamespaceOperation object for RangeAllocation
*/
NonNamespaceOperation<RangeAllocation, RangeAllocationList, Resource<RangeAllocation>> rangeAllocations();
/**
* API entrypoint for accessing SecurityContextConstraints(security.openshift.io/v1)
*
* @return NonNamespaceOperation object for SecurityContextConstraints
*/
NonNamespaceOperation<SecurityContextConstraints, SecurityContextConstraintsList, Resource<SecurityContextConstraints>> securityContextConstraints();
/**
* API entrypoint for SubjectAccessReview (authorization.openshift.io/v1)
* This only supports create operation. SubjectAccessReviewResponse from server is returned as output
*
* @return {@link InOutCreateable} for SubjectAccessReview
*/
InOutCreateable<SubjectAccessReview, SubjectAccessReviewResponse> subjectAccessReviews();
/**
* API entrypoint for ResourceAccessReview (authorization.openshift.io/v1)
* This only supports create operation. ResourceAccessReviewResponse from server is returned as output
*
* @return {@link InOutCreateable} for ResourceAccessReview
*/
InOutCreateable<ResourceAccessReview, ResourceAccessReviewResponse> resourceAccessReviews();
/**
* API entrypoint for LocalSubjectAccessReview (authorization.openshift.io/v1)
* This only supports create operation. SubjectAccessReviewResponse from server is returned as output
*
* @return {@link NamespacedInOutCreateable} for LocalSubjectAccessReview
*/
NamespacedInOutCreateable<LocalSubjectAccessReview, SubjectAccessReviewResponse> localSubjectAccessReviews();
/**
* API entrypoint for LocalResourceAccessReview (authorization.openshift.io/v1)
* This only supports create operation. ResourceAccessReviewResponse from server is returned as output
*
* @return {@link NamespacedInOutCreateable} for LocalResourceAccessReview
*/
NamespacedInOutCreateable<LocalResourceAccessReview, ResourceAccessReviewResponse> localResourceAccessReviews();
/**
* API entrypoint for SelfSubjectRulesReview (authorization.openshift.io/v1)
* This only supports create operation. SelfSubjectRulesReview from server is returned as output
*
* @return {@link NamespacedInOutCreateable} for SelfSubjectRulesReview
*/
NamespacedInOutCreateable<SelfSubjectRulesReview, SelfSubjectRulesReview> selfSubjectRulesReviews();
/**
* API entrypoint for SubjectRulesReview (authorization.openshift.io/v1)
* This only supports create operation. SubjectRulesReview from server is returned as output
*
* @return {@link NamespacedInOutCreateable} for SubjectRulesReview
*/
NamespacedInOutCreateable<SubjectRulesReview, SubjectRulesReview> subjectRulesReviews();
/**
* API entrypoint for accessing resources in Kube Storage Version Migrator(migration.k8s.io/v1alpha1)
*
* @return {@link OpenShiftStorageVersionMigratorApiGroupDSL} for accessing resources available in apiGroup
*/
OpenShiftStorageVersionMigratorApiGroupDSL kubeStorageVersionMigrator();
/**
* API entrypoint for ClusterRole (authorization.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for ClusterRole
*/
NonNamespaceOperation<ClusterRole, ClusterRoleList, Resource<ClusterRole>> clusterRoles();
/**
* API entrypoint for accessing ClusterRoleBinding(authorization.openshift.io/v1)
*
* @return MixedOperation object for ClusterRoleBinding
*/
MixedOperation<ClusterRoleBinding, ClusterRoleBindingList, Resource<ClusterRoleBinding>> clusterRoleBindings();
/**
* API entrypoint for RoleBindingRestriction (authorization.openshift.io/v1)
*
* @return {@link MixedOperation} for RoleBindingRestriction
*/
MixedOperation<RoleBindingRestriction, RoleBindingRestrictionList, Resource<RoleBindingRestriction>> roleBindingRestrictions();
/**
* Configure Request Config
*
* @param requestConfig request configuration for connection
* @return {@link NamespacedOpenShiftClient} configured with specified RequestConfig
*/
FunctionCallable<NamespacedOpenShiftClient> withRequestConfig(RequestConfig requestConfig);
/**
* Returns the current logged in user details similar to the `oc whoami` command.
* @return User as currently logged in user
*/
User currentUser();
/**
* API entrypoint for Identity(user.openshift.io/v1)
*
* @return {@link NonNamespaceOperation} for Identity
*/
NonNamespaceOperation<Identity, IdentityList, Resource<Identity>> identities();
/**
* API entrypoint for UserIdentityMapping(user.openshift.io/v1)
* Note: This only works with create operation
*
* @return {@link UserIdentityMapping} for UserIdentityMapping
*/
InOutCreateable<UserIdentityMapping, UserIdentityMapping> userIdentityMappings();
/**
* API entrypoint for UserOAuthAccessToken(oauth.openshift.io/v1)
* <p>
* Note: Only GET and DELETE operations are supported by APIServer for this resource.
* </p>
*
* @return {@link NonNamespaceOperation} for UserOAuthAccessToken
*/
NonNamespaceOperation<UserOAuthAccessToken, UserOAuthAccessTokenList, Resource<UserOAuthAccessToken>> userOAuthAccessTokens();
/**
* API entrypoint for OpenShift Whereabouts CNI(Container Network Interface) Plugin model.
*
* @return {@link OpenShiftWhereaboutsAPIGroupDSL} which provides DSL methods for available resources.
*/
OpenShiftWhereaboutsAPIGroupDSL whereabouts();
/**
* Returns true if this cluster is a legacy openshift cluster or supports the given OpenShift API Group defined in {@link OpenShiftAPIGroups}
*
* @param apiGroup API group as string
* @return boolean value indicating cluster is legacy or supports APIGroups
*/
boolean supportsOpenShiftAPIGroup(String apiGroup);
}