Uses of Class
io.fabric8.kubernetes.api.model.apiextensions.v1.SelectableField
-
Packages that use SelectableField Package Description io.fabric8.kubernetes.api.model.apiextensions.v1 -
-
Uses of SelectableField in io.fabric8.kubernetes.api.model.apiextensions.v1
Methods in io.fabric8.kubernetes.api.model.apiextensions.v1 that return SelectableField Modifier and Type Method Description SelectableFieldSelectableFieldBuilder. build()SelectableFieldCustomResourceDefinitionVersionFluent. buildFirstSelectableField()SelectableFieldCustomResourceDefinitionVersionFluent. buildLastSelectableField()SelectableFieldCustomResourceDefinitionVersionFluent. buildMatchingSelectableField(Predicate<SelectableFieldBuilder> predicate)SelectableFieldCustomResourceDefinitionVersionFluent. buildSelectableField(int index)Methods in io.fabric8.kubernetes.api.model.apiextensions.v1 that return types with arguments of type SelectableField Modifier and Type Method Description List<SelectableField>CustomResourceDefinitionVersionFluent. buildSelectableFields()List<SelectableField>CustomResourceDefinitionVersion. getSelectableFields()Methods in io.fabric8.kubernetes.api.model.apiextensions.v1 with parameters of type SelectableField Modifier and Type Method Description CustomResourceDefinitionVersionFluent.SelectableFieldsNested<A>CustomResourceDefinitionVersionFluent. addNewSelectableFieldLike(SelectableField item)ACustomResourceDefinitionVersionFluent. addToSelectableFields(int index, SelectableField item)ACustomResourceDefinitionVersionFluent. addToSelectableFields(SelectableField... items)protected voidSelectableFieldFluent. copyInstance(SelectableField instance)ACustomResourceDefinitionVersionFluent. removeFromSelectableFields(SelectableField... items)CustomResourceDefinitionVersionFluent.SelectableFieldsNested<A>CustomResourceDefinitionVersionFluent. setNewSelectableFieldLike(int index, SelectableField item)ACustomResourceDefinitionVersionFluent. setToSelectableFields(int index, SelectableField item)ACustomResourceDefinitionVersionFluent. withSelectableFields(SelectableField... selectableFields)Method parameters in io.fabric8.kubernetes.api.model.apiextensions.v1 with type arguments of type SelectableField Modifier and Type Method Description ACustomResourceDefinitionVersionFluent. addAllToSelectableFields(Collection<SelectableField> items)ACustomResourceDefinitionVersionFluent. removeAllFromSelectableFields(Collection<SelectableField> items)voidCustomResourceDefinitionVersion. setSelectableFields(List<SelectableField> selectableFields)ACustomResourceDefinitionVersionFluent. withSelectableFields(List<SelectableField> selectableFields)Constructors in io.fabric8.kubernetes.api.model.apiextensions.v1 with parameters of type SelectableField Constructor Description SelectableFieldBuilder(SelectableField instance)SelectableFieldBuilder(SelectableFieldFluent<?> fluent, SelectableField instance)SelectableFieldFluent(SelectableField instance)
-