File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ public static function job($cluster = null, array $attributes = [])
173173 *
174174 * @param \RenokiCo\PhpK8s\KubernetesCluster|null $cluster
175175 * @param array $attributes
176- * @return \RenokiCo\PhpK8s\Kinds\CronJob
176+ * @return \RenokiCo\PhpK8s\Kinds\K8sCronJob
177177 */
178178 public static function cronjob ($ cluster = null , array $ attributes = [])
179179 {
@@ -185,7 +185,7 @@ public static function cronjob($cluster = null, array $attributes = [])
185185 *
186186 * @param \RenokiCo\PhpK8s\KubernetesCluster|null $cluster
187187 * @param array $attributes
188- * @return \RenokiCo\PhpK8s\Kinds\K8sJob
188+ * @return \RenokiCo\PhpK8s\Kinds\K8sDaemonSet
189189 */
190190 public static function daemonSet ($ cluster = null , array $ attributes = [])
191191 {
@@ -323,7 +323,7 @@ public static function rule(array $attributes = [])
323323 * Create a new subject instance.
324324 *
325325 * @param array $attributes
326- * @return \RenokiCo\PhpK8s\Instances\Rule
326+ * @return \RenokiCo\PhpK8s\Instances\Subject
327327 */
328328 public static function subject (array $ attributes = [])
329329 {
You can’t perform that action at this time.
0 commit comments