Android代码-k8s-kotlin-dsl

时间:2022-08-25 22:32:00
【文件属性】:
文件名称:Android代码-k8s-kotlin-dsl
文件大小:918KB
文件格式:ZIP
更新时间:2022-08-25 22:32:00
Android代码 Kotlin DSL for Kubernetes and Openshift Container Platform on top of fabric8 models. Usage k8s-kotlin-dsl package can be found on jcenter. Simply add following lines to your build.gradle: repositories { jcenter() } dependencies { compile("com.fkorotkov:kubernetes-dsl:${kubernetes_dsl_version}") } Using with kubernetes-client Let's check out how to create an Ingress via fabric8 client. Don't forget to add a dependency on io.fabric8:kubernetes-client:${kubernetes_client_version}. import

网友评论