Skip to content

Commit

Permalink
Defined registerCrd
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Sep 15, 2021
1 parent 09f5418 commit e95245f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"renoki-co/php-k8s": "^3.0"
"renoki-co/php-k8s": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions src/LaravelK8sFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromYaml(string $yaml)
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromYamlFile(string $path, \Closure $callback = null)
* @method static \RenokiCo\PhpK8s\Kinds\K8sResource|array[\RenokiCo\PhpK8s\Kinds\K8sResource] fromTemplatedYamlFile(string $path, array $replace, \Closure $callback = null)
* @method static void registerCrd(string $class, string $name = null)
*
* @see \RenokiCo\LaravelK8s\KubernetesCluster
*/
Expand Down

0 comments on commit e95245f

Please sign in to comment.