github.com/kubernetes-incubator/kube-aws@v0.16.4/pkg/api/pki.go (about)

     1  package api
     2  
     3  type PKI struct {
     4  	KeyPairs []KeyPairSpec `yaml:"keypairs,omitempty"`
     5  }