AddonInfo

class AddonInfo

Information about an add-on.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the add-on.

Link copied to clipboard

An object representing information about available add-on versions and compatible Kubernetes versions.

Link copied to clipboard

The default Kubernetes namespace where this addon is typically installed if no custom namespace is specified.

Link copied to clipboard

Information about the add-on from the Amazon Web Services Marketplace.

Link copied to clipboard

The owner of the add-on.

Link copied to clipboard

The publisher of the add-on.

Link copied to clipboard
val type: String?

The type of the add-on.

Functions

Link copied to clipboard
inline fun copy(block: AddonInfo.Builder.() -> Unit = {}): AddonInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String