io.k8s.api.resource.v1alpha3.DeviceSelector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bl-k8s131 Show documentation
Show all versions of bl-k8s131 Show documentation
Programmatic resource management for Kubernetes
The newest version!
package io.k8s.api.resource.v1alpha3;
/**
* DeviceSelector must have exactly one field set.
*/
public class DeviceSelector {
public CELDeviceSelector cel;
public DeviceSelector cel(CELDeviceSelector cel) {
this.cel = cel;
return this;
}
public static DeviceSelector deviceSelector() {
return new DeviceSelector();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy