Uses of Class
io.fabric8.kubernetes.api.model.ShardInfo
-
Packages that use ShardInfo Package Description io.fabric8.kubernetes.api.model -
-
Uses of ShardInfo in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return ShardInfo Modifier and Type Method Description ShardInfoShardInfoBuilder. build()ShardInfoListMetaFluent. buildShardInfo()ShardInfoListMeta. getShardInfo()Methods in io.fabric8.kubernetes.api.model with parameters of type ShardInfo Modifier and Type Method Description protected voidShardInfoFluent. copyInstance(ShardInfo instance)ListMetaFluent.ShardInfoNested<A>ListMetaFluent. editOrNewShardInfoLike(ShardInfo item)voidListMeta. setShardInfo(ShardInfo shardInfo)ListMetaFluent.ShardInfoNested<A>ListMetaFluent. withNewShardInfoLike(ShardInfo item)AListMetaFluent. withShardInfo(ShardInfo shardInfo)Constructors in io.fabric8.kubernetes.api.model with parameters of type ShardInfo Constructor Description ListMeta(String _continue, Long remainingItemCount, String resourceVersion, String selfLink, ShardInfo shardInfo)ShardInfoBuilder(ShardInfo instance)ShardInfoBuilder(ShardInfoFluent<?> fluent, ShardInfo instance)ShardInfoFluent(ShardInfo instance)
-