Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.CustomResourceDefinitions
-
Packages that use CustomResourceDefinitions Package Description io.fabric8.openshift.api.model.operatorhub.packages.v1 io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of CustomResourceDefinitions in io.fabric8.openshift.api.model.operatorhub.packages.v1
Methods in io.fabric8.openshift.api.model.operatorhub.packages.v1 that return CustomResourceDefinitions Modifier and Type Method Description CustomResourceDefinitionsCSVDescriptionFluent. buildCustomresourcedefinitions()CustomResourceDefinitionsCSVDescription. getCustomresourcedefinitions()CSVDescription defines a description of a CSVMethods in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type CustomResourceDefinitions Modifier and Type Method Description CSVDescriptionFluent.CustomresourcedefinitionsNested<A>CSVDescriptionFluent. editOrNewCustomresourcedefinitionsLike(CustomResourceDefinitions item)voidCSVDescription. setCustomresourcedefinitions(CustomResourceDefinitions customresourcedefinitions)CSVDescription defines a description of a CSVACSVDescriptionFluent. withCustomresourcedefinitions(CustomResourceDefinitions customresourcedefinitions)CSVDescriptionFluent.CustomresourcedefinitionsNested<A>CSVDescriptionFluent. withNewCustomresourcedefinitionsLike(CustomResourceDefinitions item)Constructors in io.fabric8.openshift.api.model.operatorhub.packages.v1 with parameters of type CustomResourceDefinitions Constructor Description CSVDescription(Map<String,String> annotations, APIServiceDefinitions apiservicedefinitions, CustomResourceDefinitions customresourcedefinitions, String description, String displayName, List<Icon> icon, List<InstallMode> installModes, List<String> keywords, List<AppLink> links, List<Maintainer> maintainers, String maturity, String minKubeVersion, List<io.fabric8.kubernetes.api.model.GroupVersionKind> nativeApis, AppLink provider, List<String> relatedImages, String version) -
Uses of CustomResourceDefinitions in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return CustomResourceDefinitions Modifier and Type Method Description CustomResourceDefinitionsCustomResourceDefinitionsBuilder. build()CustomResourceDefinitionsClusterServiceVersionSpecFluent. buildCustomresourcedefinitions()CustomResourceDefinitionsClusterServiceVersionSpec. getCustomresourcedefinitions()ClusterServiceVersionSpec declarations tell OLM how to install an operator that can manage apps for a given version.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type CustomResourceDefinitions Modifier and Type Method Description protected voidCustomResourceDefinitionsFluent. copyInstance(CustomResourceDefinitions instance)ClusterServiceVersionSpecFluent.CustomresourcedefinitionsNested<A>ClusterServiceVersionSpecFluent. editOrNewCustomresourcedefinitionsLike(CustomResourceDefinitions item)voidClusterServiceVersionSpec. setCustomresourcedefinitions(CustomResourceDefinitions customresourcedefinitions)ClusterServiceVersionSpec declarations tell OLM how to install an operator that can manage apps for a given version.AClusterServiceVersionSpecFluent. withCustomresourcedefinitions(CustomResourceDefinitions customresourcedefinitions)ClusterServiceVersionSpecFluent.CustomresourcedefinitionsNested<A>ClusterServiceVersionSpecFluent. withNewCustomresourcedefinitionsLike(CustomResourceDefinitions item)
-