Versions in this module Expand all Collapse all v0 v0.8.100 Mar 23, 2022 Changes in this version + func CreateEmptyModelConfig(isvc *v1beta1.InferenceService, shardId int) (*v1.ConfigMap, error) + type ConfigsDelta struct + func NewConfigsDelta(updatedConfigs ModelConfigs, deletedConfigs []string) *ConfigsDelta + func (config *ConfigsDelta) Process(configMap *v1.ConfigMap) (err error) + type ModelConfig struct + Name string + Spec v1alpha1.ModelSpec + type ModelConfigs []ModelConfig