Package io.fabric8.openshift.client.impl
Class OpenShiftWhereaboutsAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<OpenShiftWhereaboutsAPIGroupClient>
-
- io.fabric8.openshift.client.impl.OpenShiftWhereaboutsAPIGroupClient
-
- All Implemented Interfaces:
io.fabric8.kubernetes.client.Client,OpenShiftWhereaboutsAPIGroupDSL,Closeable,AutoCloseable
public class OpenShiftWhereaboutsAPIGroupClient extends io.fabric8.kubernetes.client.extension.ClientAdapter<OpenShiftWhereaboutsAPIGroupClient> implements OpenShiftWhereaboutsAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description OpenShiftWhereaboutsAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool,io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool>>ippools()OpenShiftWhereaboutsAPIGroupClientnewInstance()io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation,io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservationList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation>>overlappingRangeIpReservations()-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
ippools
public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool,io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPool>> ippools()
- Specified by:
ippoolsin interfaceOpenShiftWhereaboutsAPIGroupDSL
-
overlappingRangeIpReservations
public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation,io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservationList,io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.openshift.api.model.whereabouts.v1alpha1.OverlappingRangeIPReservation>> overlappingRangeIpReservations()
- Specified by:
overlappingRangeIpReservationsin interfaceOpenShiftWhereaboutsAPIGroupDSL
-
newInstance
public OpenShiftWhereaboutsAPIGroupClient newInstance()
- Specified by:
newInstancein classio.fabric8.kubernetes.client.extension.ClientAdapter<OpenShiftWhereaboutsAPIGroupClient>
-
-