Uses of Class
io.fabric8.openshift.api.model.config.v1.FeatureGateAttributes
-
Packages that use FeatureGateAttributes Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of FeatureGateAttributes in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return FeatureGateAttributes Modifier and Type Method Description FeatureGateAttributesFeatureGateAttributesBuilder. build()FeatureGateAttributesFeatureGateDetailsFluent. buildDisabled(int index)FeatureGateAttributesFeatureGateDetailsFluent. buildEnabled(int index)FeatureGateAttributesFeatureGateDetailsFluent. buildFirstDisabled()FeatureGateAttributesFeatureGateDetailsFluent. buildFirstEnabled()FeatureGateAttributesFeatureGateDetailsFluent. buildLastDisabled()FeatureGateAttributesFeatureGateDetailsFluent. buildLastEnabled()FeatureGateAttributesFeatureGateDetailsFluent. buildMatchingDisabled(Predicate<FeatureGateAttributesBuilder> predicate)FeatureGateAttributesFeatureGateDetailsFluent. buildMatchingEnabled(Predicate<FeatureGateAttributesBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type FeatureGateAttributes Modifier and Type Method Description List<FeatureGateAttributes>FeatureGateDetailsFluent. buildDisabled()List<FeatureGateAttributes>FeatureGateDetailsFluent. buildEnabled()List<FeatureGateAttributes>FeatureGateDetails. getDisabled()disabled is a list of all feature gates that are disabled in the cluster for the named version.List<FeatureGateAttributes>FeatureGateDetails. getEnabled()enabled is a list of all feature gates that are enabled in the cluster for the named version.Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGateAttributes Modifier and Type Method Description AFeatureGateDetailsFluent. addAllToDisabled(Collection<FeatureGateAttributes> items)AFeatureGateDetailsFluent. addAllToEnabled(Collection<FeatureGateAttributes> items)AFeatureGateDetailsFluent. removeAllFromDisabled(Collection<FeatureGateAttributes> items)AFeatureGateDetailsFluent. removeAllFromEnabled(Collection<FeatureGateAttributes> items)voidFeatureGateDetails. setDisabled(List<FeatureGateAttributes> disabled)disabled is a list of all feature gates that are disabled in the cluster for the named version.voidFeatureGateDetails. setEnabled(List<FeatureGateAttributes> enabled)enabled is a list of all feature gates that are enabled in the cluster for the named version.AFeatureGateDetailsFluent. withDisabled(List<FeatureGateAttributes> disabled)AFeatureGateDetailsFluent. withEnabled(List<FeatureGateAttributes> enabled)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGateAttributes Constructor Description FeatureGateAttributesBuilder(FeatureGateAttributes instance)FeatureGateAttributesBuilder(FeatureGateAttributesFluent<?> fluent, FeatureGateAttributes instance)FeatureGateAttributesFluent(FeatureGateAttributes instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGateAttributes Constructor Description FeatureGateDetails(List<FeatureGateAttributes> disabled, List<FeatureGateAttributes> enabled, String version)
-