Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.SupportedFeature
-
Packages that use SupportedFeature Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of SupportedFeature in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return SupportedFeature Modifier and Type Method Description SupportedFeatureSupportedFeatureBuilder. build()SupportedFeatureGatewayClassStatusFluent. buildFirstSupportedFeature()SupportedFeatureGatewayClassStatusFluent. buildLastSupportedFeature()SupportedFeatureGatewayClassStatusFluent. buildMatchingSupportedFeature(Predicate<SupportedFeatureBuilder> predicate)SupportedFeatureGatewayClassStatusFluent. buildSupportedFeature(int index)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type SupportedFeature Modifier and Type Method Description List<SupportedFeature>GatewayClassStatusFluent. buildSupportedFeatures()List<SupportedFeature>GatewayClassStatus. getSupportedFeatures()SupportedFeatures is the set of features the GatewayClass support.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type SupportedFeature Modifier and Type Method Description GatewayClassStatusFluent.SupportedFeaturesNested<A>GatewayClassStatusFluent. addNewSupportedFeatureLike(SupportedFeature item)AGatewayClassStatusFluent. addToSupportedFeatures(int index, SupportedFeature item)AGatewayClassStatusFluent. addToSupportedFeatures(SupportedFeature... items)protected voidSupportedFeatureFluent. copyInstance(SupportedFeature instance)AGatewayClassStatusFluent. removeFromSupportedFeatures(SupportedFeature... items)GatewayClassStatusFluent.SupportedFeaturesNested<A>GatewayClassStatusFluent. setNewSupportedFeatureLike(int index, SupportedFeature item)AGatewayClassStatusFluent. setToSupportedFeatures(int index, SupportedFeature item)AGatewayClassStatusFluent. withSupportedFeatures(SupportedFeature... supportedFeatures)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type SupportedFeature Modifier and Type Method Description AGatewayClassStatusFluent. addAllToSupportedFeatures(Collection<SupportedFeature> items)AGatewayClassStatusFluent. removeAllFromSupportedFeatures(Collection<SupportedFeature> items)voidGatewayClassStatus. setSupportedFeatures(List<SupportedFeature> supportedFeatures)SupportedFeatures is the set of features the GatewayClass support.AGatewayClassStatusFluent. withSupportedFeatures(List<SupportedFeature> supportedFeatures)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type SupportedFeature Constructor Description SupportedFeatureBuilder(SupportedFeature instance)SupportedFeatureBuilder(SupportedFeatureFluent<?> fluent, SupportedFeature instance)SupportedFeatureFluent(SupportedFeature instance)
-