"":"Scale represents a scaling request for a resource.",
"metadata":"Standard object metadata; More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata.",
"spec":"defines the behavior of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status.",
"status":"current status of the scale. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status. Read-only.",
}
func(Scale)SwaggerDoc()map[string]string{
returnmap_Scale
}
varmap_ScaleSpec=map[string]string{
"":"ScaleSpec describes the attributes of a scale subresource.",
"replicas":"desired number of instances for the scaled object.",
}
func(ScaleSpec)SwaggerDoc()map[string]string{
returnmap_ScaleSpec
}
varmap_ScaleStatus=map[string]string{
"":"ScaleStatus represents the current status of a scale subresource.",
"replicas":"actual number of observed instances of the scaled object.",
"selector":"label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://releases.k8s.io/HEAD/docs/user-guide/labels.md#label-selectors",