Class GetKubernetesAddonsAddon


  • public final class GetKubernetesAddonsAddon
    extends java.lang.Object
    • Method Detail

      • currentConfig

        public java.lang.String currentConfig()
        Returns:
        The current custom configuration of the addon. **Note:** Available in v1.166.0+
      • currentVersion

        public java.lang.String currentVersion()
        Returns:
        The current version of addon, if this field is an empty string, it means that the addon is not installed.
      • name

        public java.lang.String name()
        Returns:
        The name of addon.
      • nextVersion

        public java.lang.String nextVersion()
        Returns:
        The next version of this addon can be upgraded to.
      • required

        public java.lang.Boolean required()
        Returns:
        Whether the addon is a system addon.