You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Min Kim edited this page Jul 20, 2021
·
2 revisions
Model Classes from Popular CRDs
The project also provides model classes generated from some frequently used open source projects as separate maven dependencies. Please refer to the following to see their respective documentation.
It's also recommended to read this documentation to learn details about automatically generating custom Models that fits into this library. Alternatively, you can also write the models manually by implementing io.kubernetes.client.common.KubernetesObject for the singular resource types and io.kubernetes.client.common.KubernetesListObject for the list types, e.g.: