k3s/vendor/github.com/Microsoft/hcsshim/internal/schema2/property_query.go

16 lines
462 B
Go
Raw Normal View History

2019-01-12 04:58:27 +00:00
/*
* HCS API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: 2.1
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package hcsschema
2019-09-30 23:25:17 +00:00
// By default the basic properties will be returned. This query provides a way to request specific properties.
2019-01-12 04:58:27 +00:00
type PropertyQuery struct {
2020-08-10 17:43:49 +00:00
PropertyTypes []PropertyType `json:"PropertyTypes,omitempty"`
2019-01-12 04:58:27 +00:00
}