├── LICENSE ├── README.md └── postgres ├── README.md ├── spec ├── README.md ├── feature_matrix.md ├── feature_matrix.yaml └── yaml2md │ ├── README.md │ ├── yaml2md.sh │ └── yaml2md.tmpl └── vendor-submissions ├── README.md ├── vendor-submission-template-generator ├── vendor-submission-template-generator.sh └── vendor-submission-template-generator.tmpl └── vendor-submission-template.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/README.md -------------------------------------------------------------------------------- /postgres/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/README.md -------------------------------------------------------------------------------- /postgres/spec/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/README.md -------------------------------------------------------------------------------- /postgres/spec/feature_matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/feature_matrix.md -------------------------------------------------------------------------------- /postgres/spec/feature_matrix.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/feature_matrix.yaml -------------------------------------------------------------------------------- /postgres/spec/yaml2md/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/yaml2md/README.md -------------------------------------------------------------------------------- /postgres/spec/yaml2md/yaml2md.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/yaml2md/yaml2md.sh -------------------------------------------------------------------------------- /postgres/spec/yaml2md/yaml2md.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/spec/yaml2md/yaml2md.tmpl -------------------------------------------------------------------------------- /postgres/vendor-submissions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/vendor-submissions/README.md -------------------------------------------------------------------------------- /postgres/vendor-submissions/vendor-submission-template-generator/vendor-submission-template-generator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/vendor-submissions/vendor-submission-template-generator/vendor-submission-template-generator.sh -------------------------------------------------------------------------------- /postgres/vendor-submissions/vendor-submission-template-generator/vendor-submission-template-generator.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/vendor-submissions/vendor-submission-template-generator/vendor-submission-template-generator.tmpl -------------------------------------------------------------------------------- /postgres/vendor-submissions/vendor-submission-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dokc/operator-feature-matrix/HEAD/postgres/vendor-submissions/vendor-submission-template.yaml --------------------------------------------------------------------------------