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 SupportedFeature
SupportedFeatureBuilder. build()
SupportedFeature
GatewayClassStatusFluent. buildFirstSupportedFeature()
SupportedFeature
GatewayClassStatusFluent. buildLastSupportedFeature()
SupportedFeature
GatewayClassStatusFluent. buildMatchingSupportedFeature(Predicate<SupportedFeatureBuilder> predicate)
SupportedFeature
GatewayClassStatusFluent. 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()
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)
A
GatewayClassStatusFluent. addToSupportedFeatures(int index, SupportedFeature item)
A
GatewayClassStatusFluent. addToSupportedFeatures(SupportedFeature... items)
protected void
SupportedFeatureFluent. copyInstance(SupportedFeature instance)
A
GatewayClassStatusFluent. removeFromSupportedFeatures(SupportedFeature... items)
GatewayClassStatusFluent.SupportedFeaturesNested<A>
GatewayClassStatusFluent. setNewSupportedFeatureLike(int index, SupportedFeature item)
A
GatewayClassStatusFluent. setToSupportedFeatures(int index, SupportedFeature item)
A
GatewayClassStatusFluent. withSupportedFeatures(SupportedFeature... supportedFeatures)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type SupportedFeature Modifier and Type Method Description A
GatewayClassStatusFluent. addAllToSupportedFeatures(Collection<SupportedFeature> items)
A
GatewayClassStatusFluent. removeAllFromSupportedFeatures(Collection<SupportedFeature> items)
void
GatewayClassStatus. setSupportedFeatures(List<SupportedFeature> supportedFeatures)
A
GatewayClassStatusFluent. 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)
-