Package io.fabric8.kubernetes.examples
Class CustomResourceV1Example.ShowSpec
- java.lang.Object
-
- io.fabric8.kubernetes.examples.CustomResourceV1Example.ShowSpec
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CustomResourceV1Example
public static final class CustomResourceV1Example.ShowSpec extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()NumbergetScore()voidsetName(String name)voidsetScore(Number score)
-