# Functions
ApplyAsset loads a path from our bindata assets and applies it to the cluster.
ApplyAssetWithGC loads a path from our bindata assets, adds an OwnerReference to the HiveConfig for garbage collection (used when uninstalling Hive), and applies it to the cluster.
ApplyAssetWithNSOverrideAndGC loads the given asset, overrides the namespace, adds an owner reference to HiveConfig for uninstall, and applies it to the cluster.
ApplyClusterRoleBindingAssetWithSubjectNSOverrideAndGC loads the given asset, overrides the namespace on the subject, adds an owner reference to HiveConfig for uninstall, and applies it to the cluster.
ApplyRuntimeObjectWithGC adds an OwnerReference to the HiveConfig on the runtime object, and applies it to the cluster.
No description provided by the author
InitializeHiveConfigConditions initializes the given set of conditions for the first time, set with Status Unknown.
ReadAPIServiceV1Beta1OrDie reads an APIService, as this is not yet added to library-go.
ReadValidatingWebhookConfigurationV1OrDie reads a ValidatingWebhookConfiguration, as this is not yet added to library-go.
No description provided by the author