This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
semverv4 "github.com/blang/semver/v4" | |
"k8s.io/apimachinery/pkg/api/resource" | |
) | |
type NodeResourceSliceSpec struct { | |
// NodeName identifies the node where the capacity is available. | |
// A field selector can be used to list only NodeResources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package api | |
import ( | |
"k8s.io/apimachinery/pkg/api/resource" | |
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |
) | |
const ( | |
DevMgmtAPIVersion = "devmgmtproto.k8s.io/v1alpha1" | |
) |
OlderNewer