
com.bikeemotion.kubernetes.Constants Maven / Gradle / Ivy
The newest version!
/**
* Copyright (C) Bikeemotion
* 2014
*
* The reproduction, transmission or use of this document or its contents is not
* permitted without express written authorization. All rights, including rights
* created by patent grant or registration of a utility model or design, are
* reserved. Modifications made to this document are restricted to authorized
* personnel only. Technical specifications and features are binding only when
* specifically and expressly agreed upon in a written contract.
*/
package com.bikeemotion.kubernetes;
@Deprecated
class Constants {
public final static String K8S_SERVICE_HOST = "KUBERNETES_RO_SERVICE_HOST";
public final static String K8S_SERVICE_PORT = "KUBERNETES_RO_SERVICE_PORT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy