plantuml-stdlib / plantuml-kubernetes-sprites

PlantUML sprites generated from the kubernetes-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes sprite resources for PlantUML

These sprites have been generated using the PlantUML encodesprite command. http://plantuml.com/sprite

The source of the images is the kubernetes-icons repository at https://github.com/octo-technology/kubernetes-icons. This repository inherits the Apache license from there. See LICENSE.

Example

@startuml
!include ../resource/k8s-sprites-unlabeled-25pct.iuml
package "Infrastructure" {
  component "<$master>\nmaster" as master
  component "<$etcd>\netcd" as etcd
  component "<$node>\nnode" as node
}

Unlabeled - 25%

Unlabeled 25% kubernetes k8s plantuml sprite icons

Labeled - 25%

Labeled 25% kubernetes k8s plantuml sprite icons

About

PlantUML sprites generated from the kubernetes-icons

License:Apache License 2.0


Languages

Language:Shell 100.0%