Files
go/kubernetes/client/v1_volume_node_affinity.go

18 lines
512 B
Go
Raw Normal View History

/*
* Kubernetes
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: v1.10.0
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package client
// VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.
type V1VolumeNodeAffinity struct {
// Required specifies hard node constraints that must be met.
Required *V1NodeSelector `json:"required,omitempty"`
}