Package io.fabric8.openshift.client
Class OpenShiftOperatorHubAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.openshift.client.OpenShiftOperatorHubAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,HttpClientAware,OpenShiftOperatorHubAPIGroupDSL,Closeable,AutoCloseable
public class OpenShiftOperatorHubAPIGroupClient extends BaseClient implements OpenShiftOperatorHubAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description OpenShiftOperatorHubAPIGroupClient()OpenShiftOperatorHubAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource,io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource>>catalogSources()API entrypoint for CatalogSource related operations(operators.coreos.com/v1alpha1)MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion,io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion>>clusterServiceVersions()API entrypoint for CatalogSource related ClusterServiceVersion(operators.coreos.com/v1alpha1)MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan,io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan>>installPlans()API entrypoint for InstallPlan related operations(operators.coreos.com/v1alpha1)MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup,io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupList,Resource<io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup>>operatorGroups()API entrypoint for OperatorGroup related operations(operators.coreos.com/v1)MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.Subscription,io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.Subscription>>subscriptions()API entrypoint for Subscription related operations(operators.coreos.com/v1alpha1)-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, 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, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Constructor Detail
-
OpenShiftOperatorHubAPIGroupClient
public OpenShiftOperatorHubAPIGroupClient()
-
OpenShiftOperatorHubAPIGroupClient
public OpenShiftOperatorHubAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
catalogSources
public MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource,io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSource>> catalogSources()
Description copied from interface:OpenShiftOperatorHubAPIGroupDSLAPI entrypoint for CatalogSource related operations(operators.coreos.com/v1alpha1)- Specified by:
catalogSourcesin interfaceOpenShiftOperatorHubAPIGroupDSL- Returns:
- MixedOperation object for CatalogSource type
-
operatorGroups
public MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup,io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroupList,Resource<io.fabric8.openshift.api.model.operatorhub.v1.OperatorGroup>> operatorGroups()
Description copied from interface:OpenShiftOperatorHubAPIGroupDSLAPI entrypoint for OperatorGroup related operations(operators.coreos.com/v1)- Specified by:
operatorGroupsin interfaceOpenShiftOperatorHubAPIGroupDSL- Returns:
- MixedOperation object for OperatorGroup type
-
subscriptions
public MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.Subscription,io.fabric8.openshift.api.model.operatorhub.v1alpha1.SubscriptionList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.Subscription>> subscriptions()
Description copied from interface:OpenShiftOperatorHubAPIGroupDSLAPI entrypoint for Subscription related operations(operators.coreos.com/v1alpha1)- Specified by:
subscriptionsin interfaceOpenShiftOperatorHubAPIGroupDSL- Returns:
- MixedOperation object for Subscription type
-
installPlans
public MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan,io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlan>> installPlans()
Description copied from interface:OpenShiftOperatorHubAPIGroupDSLAPI entrypoint for InstallPlan related operations(operators.coreos.com/v1alpha1)- Specified by:
installPlansin interfaceOpenShiftOperatorHubAPIGroupDSL- Returns:
- MixedOperation object for InstallPlan type
-
clusterServiceVersions
public MixedOperation<io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion,io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersionList,Resource<io.fabric8.openshift.api.model.operatorhub.v1alpha1.ClusterServiceVersion>> clusterServiceVersions()
Description copied from interface:OpenShiftOperatorHubAPIGroupDSLAPI entrypoint for CatalogSource related ClusterServiceVersion(operators.coreos.com/v1alpha1)- Specified by:
clusterServiceVersionsin interfaceOpenShiftOperatorHubAPIGroupDSL- Returns:
- MixedOperation object for ClusterServiceVersion type
-
-