All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.k8s.Naming.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

There is a newer version: 2024.32
Show newest version
package com.avito.k8s

/**
 * Refer to official rules: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
 */
public fun String.toValidKubernetesName(): String = replace("_", "-").lowercase()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy