Skip to content

Commit e95245f

Browse files
committed
Defined registerCrd
1 parent 09f5418 commit e95245f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"renoki-co/php-k8s": "^3.0"
15+
"renoki-co/php-k8s": "^3.1"
1616
},
1717
"autoload": {
1818
"psr-4": {

src/LaravelK8sFacade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromYaml(string $yaml)
101101
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromYamlFile(string $path, \Closure $callback = null)
102102
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromTemplatedYamlFile(string $path, array $replace, \Closure $callback = null)
103+
* @method static void registerCrd(string $class, string $name = null)
103104
*
104105
* @see \RenokiCo\LaravelK8s\KubernetesCluster
105106
*/

0 commit comments

Comments
 (0)