Uses of Class
io.fabric8.kubernetes.api.model.KubeSchema
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
-
Uses of KubeSchema in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return KubeSchema Modifier and Type Method Description KubeSchemaKubeSchemaBuilder. build()KubeSchemaDoneableKubeSchema. done()Constructors in io.fabric8.kubernetes.api.model with parameters of type KubeSchema Constructor Description DoneableKubeSchema(KubeSchema item)DoneableKubeSchema(KubeSchema item, Function<KubeSchema,KubeSchema> function)KubeSchemaBuilder(KubeSchema instance)KubeSchemaBuilder(KubeSchemaFluent<?> fluent, KubeSchema instance)KubeSchemaBuilder(KubeSchemaFluent<?> fluent, KubeSchema instance, Boolean validationEnabled)KubeSchemaBuilder(KubeSchema instance, Boolean validationEnabled)KubeSchemaFluentImpl(KubeSchema instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type KubeSchema Constructor Description DoneableKubeSchema(Function<KubeSchema,KubeSchema> function)DoneableKubeSchema(Function<KubeSchema,KubeSchema> function)DoneableKubeSchema(KubeSchema item, Function<KubeSchema,KubeSchema> function)DoneableKubeSchema(KubeSchema item, Function<KubeSchema,KubeSchema> function)