Set Additional Print Columns with JOSDK #1973
-
Does the JOSDK support the ability to set additional print columns on a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This question is more appropriate for the Fabric8 client project but yes, you should be able to do so, see: https://github.com/fabric8io/kubernetes-client/blob/009974fe5fe634cbd6d1210780b99ff82e251f2d/crd-generator/api/src/test/java/io/fabric8/crd/example/joke/JokeRequestSpec.java#L42 |
Beta Was this translation helpful? Give feedback.
This question is more appropriate for the Fabric8 client project but yes, you should be able to do so, see: https://github.com/fabric8io/kubernetes-client/blob/009974fe5fe634cbd6d1210780b99ff82e251f2d/crd-generator/api/src/test/java/io/fabric8/crd/example/joke/JokeRequestSpec.java#L42
More generally speaking, you can see some of the features of the CRD generator here: https://github.com/fabric8io/kubernetes-client/blob/master/doc/CRD-generator.md, though, ironically enough, dealing with printer columns is not documented there 😞