com.avito.utils.gradle.Kubernetes.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kubernetes Show documentation
Show all versions of kubernetes Show documentation
Collection of infrastructure libraries and gradle plugins of Avito Android project
@file:JvmName("Kubernetes")
package com.avito.utils.gradle
import org.gradle.api.Project
// todo used in gradle scripts; remove it from there
public val Project.kubernetesCredentials: KubernetesCredentials
get() = KubernetesCredentials.Empty
© 2015 - 2024 Weber Informatics LLC | Privacy Policy