Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceDefinitionList
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.apiextensions |
-
Uses of CustomResourceDefinitionList in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CustomResourceDefinitionList Modifier and Type Method Description CustomResourceDefinitionListKubeSchema. getCustomResourceDefinitionList()Methods in io.fabric8.kubernetes.api.model with parameters of type CustomResourceDefinitionList Modifier and Type Method Description voidKubeSchema. setCustomResourceDefinitionList(CustomResourceDefinitionList customResourceDefinitionList)Constructors in io.fabric8.kubernetes.api.model with parameters of type CustomResourceDefinitionList Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, CustomResourceDefinition customResourceDefinition, CustomResourceDefinitionCondition customResourceDefinitionCondition, CustomResourceDefinitionList customResourceDefinitionList, CustomResourceDefinitionNames customResourceDefinitionNames, CustomResourceDefinitionSpec customResourceDefinitionSpec, CustomResourceDefinitionStatus customResourceDefinitionStatus, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, JSONSchemaPropsOrStringArray jSONSchemaPropsOrStringArray, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.ObjectReference objectReference, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions) -
Uses of CustomResourceDefinitionList in io.fabric8.kubernetes.api.model.apiextensions
Methods in io.fabric8.kubernetes.api.model.apiextensions that return CustomResourceDefinitionList Modifier and Type Method Description CustomResourceDefinitionListCustomResourceDefinitionListBuilder. build()CustomResourceDefinitionListDoneableCustomResourceDefinitionList. done()Constructors in io.fabric8.kubernetes.api.model.apiextensions with parameters of type CustomResourceDefinitionList Constructor Description CustomResourceDefinitionListBuilder(CustomResourceDefinitionList instance)CustomResourceDefinitionListBuilder(CustomResourceDefinitionListFluent<?> fluent, CustomResourceDefinitionList instance)CustomResourceDefinitionListBuilder(CustomResourceDefinitionListFluent<?> fluent, CustomResourceDefinitionList instance, Boolean validationEnabled)CustomResourceDefinitionListBuilder(CustomResourceDefinitionList instance, Boolean validationEnabled)CustomResourceDefinitionListFluentImpl(CustomResourceDefinitionList instance)DoneableCustomResourceDefinitionList(CustomResourceDefinitionList item)DoneableCustomResourceDefinitionList(CustomResourceDefinitionList item, io.fabric8.kubernetes.api.builder.Function<CustomResourceDefinitionList,CustomResourceDefinitionList> function)Constructor parameters in io.fabric8.kubernetes.api.model.apiextensions with type arguments of type CustomResourceDefinitionList Constructor Description DoneableCustomResourceDefinitionList(io.fabric8.kubernetes.api.builder.Function<CustomResourceDefinitionList,CustomResourceDefinitionList> function)DoneableCustomResourceDefinitionList(io.fabric8.kubernetes.api.builder.Function<CustomResourceDefinitionList,CustomResourceDefinitionList> function)DoneableCustomResourceDefinitionList(CustomResourceDefinitionList item, io.fabric8.kubernetes.api.builder.Function<CustomResourceDefinitionList,CustomResourceDefinitionList> function)DoneableCustomResourceDefinitionList(CustomResourceDefinitionList item, io.fabric8.kubernetes.api.builder.Function<CustomResourceDefinitionList,CustomResourceDefinitionList> function)