├── LICENSE ├── README.md ├── clusters.cnp.example.org ├── .crossplane │ ├── allocatedcluster.icon.svg │ ├── allocatedcluster.resource.yaml │ ├── allocatedcluster.ui-schema.yaml │ └── icon.svg ├── composition.yaml ├── crossplane.yaml └── definition.yaml ├── eks.clusters.cnp.example.org ├── composition.yaml ├── crossplane.yaml └── definition.yaml └── fluentbits.charts.cnp.example.org ├── composition.yaml ├── crossplane.yaml └── definition.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/README.md -------------------------------------------------------------------------------- /clusters.cnp.example.org/.crossplane/allocatedcluster.icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/.crossplane/allocatedcluster.icon.svg -------------------------------------------------------------------------------- /clusters.cnp.example.org/.crossplane/allocatedcluster.resource.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/.crossplane/allocatedcluster.resource.yaml -------------------------------------------------------------------------------- /clusters.cnp.example.org/.crossplane/allocatedcluster.ui-schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/.crossplane/allocatedcluster.ui-schema.yaml -------------------------------------------------------------------------------- /clusters.cnp.example.org/.crossplane/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/.crossplane/icon.svg -------------------------------------------------------------------------------- /clusters.cnp.example.org/composition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/composition.yaml -------------------------------------------------------------------------------- /clusters.cnp.example.org/crossplane.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/crossplane.yaml -------------------------------------------------------------------------------- /clusters.cnp.example.org/definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/clusters.cnp.example.org/definition.yaml -------------------------------------------------------------------------------- /eks.clusters.cnp.example.org/composition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/eks.clusters.cnp.example.org/composition.yaml -------------------------------------------------------------------------------- /eks.clusters.cnp.example.org/crossplane.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/eks.clusters.cnp.example.org/crossplane.yaml -------------------------------------------------------------------------------- /eks.clusters.cnp.example.org/definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/eks.clusters.cnp.example.org/definition.yaml -------------------------------------------------------------------------------- /fluentbits.charts.cnp.example.org/composition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/fluentbits.charts.cnp.example.org/composition.yaml -------------------------------------------------------------------------------- /fluentbits.charts.cnp.example.org/crossplane.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/fluentbits.charts.cnp.example.org/crossplane.yaml -------------------------------------------------------------------------------- /fluentbits.charts.cnp.example.org/definition.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crossplane/example-cnp/HEAD/fluentbits.charts.cnp.example.org/definition.yaml --------------------------------------------------------------------------------